com.ibm.websphere.management.statistics
Interface JVMStats

All Superinterfaces:
Stats

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.JVMStats

public interface JVMStats
extends Stats


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

Method Detail

getUpTime

CountStatistic getUpTime()
Deprecated. 

getHeapSize

BoundedRangeStatistic getHeapSize()
Deprecated.