org.apache.geronimo.management.stats
Class JVMStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JVMStatsImpl
public JVMStatsImpl()
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.