javax.management.j2ee.statistics
Interface BoundedRangeStatistic

All Superinterfaces:
BoundaryStatistic (src) , RangeStatistic (src) , Statistic (src)
All Known Implementing Classes:
BoundedRangeStatisticImpl (src)

public interface BoundedRangeStatistic
extends BoundaryStatistic (src) , RangeStatistic (src)

The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.


Methods inherited from interface javax.management.j2ee.statistics.BoundaryStatistic (src)
getLowerBound, getUpperBound
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic (src)
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 
Methods inherited from interface javax.management.j2ee.statistics.RangeStatistic (src)
getCurrent, getHighWaterMark, getLowWaterMark