IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.statistics
Interface RangeStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic
All Known Implementing Classes:
BoundedRangeStatisticImpl, RangeStatisticImpl

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

public interface RangeStatistic
extends Statistic


Method Summary
 long getCurrent()
          Deprecated.  
 long getHighWaterMark()
          Deprecated.  
 long getLowWaterMark()
          Deprecated.  
 
Methods inherited from interface com.ibm.websphere.management.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getHighWaterMark

long getHighWaterMark()
Deprecated. 

getLowWaterMark

long getLowWaterMark()
Deprecated. 

getCurrent

long getCurrent()
Deprecated. 

IBM WebSphere Application ServerTM
Release 8