| javax.management.j2ee.statistics.RangeStatistic
RangeStatistic | public interface RangeStatistic extends Statistic(Code) | | A statistic about a managed object, the current
value and it's highest and lowest values.
|
getCurrent | public long getCurrent()(Code) | | The current value.
|
getHighWaterMark | public long getHighWaterMark()(Code) | | The largest value that has occured.
|
getLowWaterMark | public long getLowWaterMark()(Code) | | The smallest value that has occured.
|
|
|