IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.statistics
Interface BoundaryStatistic

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

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

public interface BoundaryStatistic
extends Statistic


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

Method Detail

getUpperBound

long getUpperBound()
Deprecated. 

getLowerBound

long getLowerBound()
Deprecated. 

IBM WebSphere Application ServerTM
Release 8