Uses of Interface
net.sf.sensor.gauge.Gauge

Packages that use Gauge
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 Gauge in net.sf.sensor.gauge
 

Classes in net.sf.sensor.gauge that implement Gauge
 class AbstractGauge
          Abstract helper implementation of the Gauge interface that supplies two extra ways of associating a Gauge implementation with a GaugeRuntime.
 

Methods in net.sf.sensor.gauge that return Gauge
 Gauge GaugeRuntime.getGauge(String label)
          Retrieves the Gauge matching the specified label.
 Gauge GaugeRuntime.removeGauge(String label)
          Removes the Gauge matching the specified label.
 

Methods in net.sf.sensor.gauge with parameters of type Gauge
 void GaugeRuntime.addGauge(Gauge gauge)
          Register a new Gauge with the runtime using its own label as the key.
 

Uses of Gauge in net.sf.sensor.gauge.support
 

Classes in net.sf.sensor.gauge.support that implement Gauge
 class FreeHeapMemoryGauge
          Simple implementation of Gauge that reports the current amount of free (unallocated) heap memory (in bytes).
 class TotalHeapMemoryGauge
          Simple implementation of Gauge that reports the current total size of heap memory (allocated and free/unallocated).
 class UsedHeapMemoryGauge
          Simple implementation of Gauge that reports the current amount of allocated heap memory (in bytes).
 



Copyright © 2005-2006 SourceForge. All Rights Reserved.