javax.management.j2ee.statistics
Interface JVMStats

All Superinterfaces:
Stats

public interface JVMStats
extends Stats

Specifies the statistics provided by a Java VM.

Author:
Guillaume Sauthier

Method Summary
 BoundedRangeStatistic getHeapSize()
           
 CountStatistic getUpTime()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getUpTime

CountStatistic getUpTime()
Returns:
Amount of time the JVM has been running.

getHeapSize

BoundedRangeStatistic getHeapSize()
Returns:
Size of the JVM's heap.


Copyright © 2007 OW2 Consortium. All Rights Reserved.