com.ibm.websphere.management.statistics
Interface JVMStats

All Superinterfaces:
Stats

public interface JVMStats
extends Stats


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

Method Detail

getUpTime

public CountStatistic getUpTime()

getHeapSize

public BoundedRangeStatistic getHeapSize()