|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GaugeRuntime | |
net.sf.sensor | The core sensor package, containing general utilities and classes/interfaces shared between the different types of sensors. |
net.sf.sensor.gauge | This package provides support for measuring simple (numeric) properties of runtime components. |
net.sf.sensor.gauge.support | This package provides some useful implementations of the Gauge
interface. |
Uses of GaugeRuntime in net.sf.sensor |
Methods in net.sf.sensor that return GaugeRuntime | |
static GaugeRuntime |
StaticSensorRuntime.getGaugeRuntime()
Returns the static GaugeRuntime instance maintained by this class. |
Uses of GaugeRuntime in net.sf.sensor.gauge |
Methods in net.sf.sensor.gauge with parameters of type GaugeRuntime | |
void |
AbstractGauge.setGaugeRuntime(GaugeRuntime gaugeRuntime)
Setter that self-registers this Gauge instance with the specified
GaugeRuntime . |
Constructors in net.sf.sensor.gauge with parameters of type GaugeRuntime | |
AbstractGauge(GaugeRuntime gaugeRuntime)
Constructor that self-registers the resulting Gauge instance
with the specified GaugeRuntime . |
Uses of GaugeRuntime in net.sf.sensor.gauge.support |
Constructors in net.sf.sensor.gauge.support with parameters of type GaugeRuntime | |
FreeHeapMemoryGauge(GaugeRuntime gaugeRuntime)
|
|
TotalHeapMemoryGauge(GaugeRuntime gaugeRuntime)
|
|
UsedHeapMemoryGauge(GaugeRuntime gaugeRuntime)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |