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:
- javax.management.j2ee.statistics.JVMStats, Serializable, javax.management.j2ee.statistics.Stats
- public class JVMStatsImpl
- extends StatsImpl
- implements javax.management.j2ee.statistics.JVMStats
Geronimo implementation of the JSR-77 JVMStats interface.
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
- See Also:
- Serialized Form
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 |
JVMStatsImpl
public JVMStatsImpl()
getUpTime
public javax.management.j2ee.statistics.CountStatistic getUpTime()
- Specified by:
getUpTime
in interface javax.management.j2ee.statistics.JVMStats
getHeapSize
public javax.management.j2ee.statistics.BoundedRangeStatistic getHeapSize()
- Specified by:
getHeapSize
in interface javax.management.j2ee.statistics.JVMStats
getUpTimeImpl
public CountStatisticImpl getUpTimeImpl()
- Used to access the native implementation in order to call setters
getHeapSizeImpl
public BoundedRangeImpl getHeapSizeImpl()
- Used to access the native implementation in order to call setters
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.