Uses of Class
net.sf.sensor.gauge.AbstractGauge

Packages that use AbstractGauge
net.sf.sensor.gauge.support This package provides some useful implementations of the Gauge interface. 
 

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

Subclasses of AbstractGauge in net.sf.sensor.gauge.support
 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.