javax.management.j2ee.statistics
Interface JVMStats

All Superinterfaces:
Stats (src)
All Known Implementing Classes:
JVMStatsImpl (src)

public interface JVMStats
extends Stats (src)

Specifies the statistics provided by a Java VM.


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 interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getUpTime

public CountStatistic (src)  getUpTime()
Amount of time the JVM has been running.


getHeapSize

public BoundedRangeStatistic (src)  getHeapSize()
Size of the JVM's heap.