com.ibm.websphere.management.statistics
Interface RangeStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic

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.