javax.management.j2ee.statistics

Interface BoundaryStatistic

All Superinterfaces:
Statistic
Known Subinterfaces:
BoundedRangeStatistic

public interface BoundaryStatistic
extends Statistic

Method Summary

long
getLowerBound()
long
getUpperBound()

Methods inherited from interface javax.management.j2ee.statistics.Statistic

getDescription, getLastSampleTime, getName, getStartTime, getUnit

Method Details

getLowerBound

public long getLowerBound()

getUpperBound

public long getUpperBound()