org.apache.geronimo.management.stats
Class JVMStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.JVMStatsImpl
All Implemented Interfaces:
Serializable, JVMStats, Stats

public class JVMStatsImpl
extends StatsImpl
implements JVMStats

Geronimo implementation of the JSR-77 JVMStats interface.

See Also:
Serialized Form

Constructor Summary
JVMStatsImpl()
           
 
Method Summary
 BoundedRangeStatistic getHeapSize()
           
 BoundedRangeStatisticImpl getHeapSizeImpl()
          Used to access the native implementation in order to call setters
 CountStatistic getUpTime()
           
 CountStatisticImpl getUpTimeImpl()
          Used to access the native implementation in order to call setters
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, setStartTime, setStartTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JVMStatsImpl

public JVMStatsImpl()
Method Detail

getUpTime

public CountStatistic getUpTime()
Specified by:
getUpTime in interface JVMStats

getHeapSize

public BoundedRangeStatistic getHeapSize()
Specified by:
getHeapSize in interface JVMStats

getUpTimeImpl

public CountStatisticImpl getUpTimeImpl()
Used to access the native implementation in order to call setters


getHeapSizeImpl

public BoundedRangeStatisticImpl getHeapSizeImpl()
Used to access the native implementation in order to call setters



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.