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
  1. public interface JVMStats
  2. extends Stats

Method Summary

Modifier and Type Method and Description
  1. BoundedRangeStatistic
getHeapSize()
Deprecated.
  1. CountStatistic
getUpTime()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics

Method Detail

getUpTime

  1. CountStatistic getUpTime()
Deprecated.

getHeapSize

  1. BoundedRangeStatistic getHeapSize( )
Deprecated.