IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.statistics
Interface JVMStats

All Superinterfaces:
Stats
All Known Implementing Classes:
JVMStatsImpl

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. 

IBM WebSphere Application ServerTM
Release 8