com.ibm.websphere.management.statistics
Interface BoundaryStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic

public interface BoundaryStatistic
extends Statistic


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

Method Detail

getUpperBound

public long getUpperBound()

getLowerBound

public long getLowerBound()