|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.management.j2ee.statistics.StatsBase (src)
org.jboss.management.j2ee.statistics.JVMStatsImpl
The JSR77.6.32 JMVStats implementation
Constructor Summary | |
JVMStatsImpl()
|
|
JVMStatsImpl(CountStatistic (src) upTime,
BoundedRangeStatistic (src) heapSize)
|
Method Summary | |
BoundedRangeStatistic (src) |
getHeapSize()
Size of the JVM's heap. |
CountStatistic (src) |
getUpTime()
Amount of time the JVM has been running. |
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src) |
addStatistic, getStatistic, getStatisticNames, getStatistics, reset, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.management.j2ee.statistics.Stats (src) |
getStatistic, getStatisticNames, getStatistics |
Constructor Detail |
public JVMStatsImpl()
public JVMStatsImpl(CountStatistic (src) upTime, BoundedRangeStatistic (src) heapSize)
Method Detail |
public CountStatistic (src) getUpTime()
JVMStats (src)
getUpTime
in interface JVMStats (src)
public BoundedRangeStatistic (src) getHeapSize()
JVMStats (src)
getHeapSize
in interface JVMStats (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |