javax.management.j2ee.statistics

Interface RangeStatistic

All Superinterfaces:
Statistic
Known Subinterfaces:
BoundedRangeStatistic

public interface RangeStatistic
extends Statistic

Method Summary

long
getCurrent()
long
getHighWaterMark()
long
getLowWaterMark()

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

getDescription, getLastSampleTime, getName, getStartTime, getUnit

Method Details

getCurrent

public long getCurrent()

getHighWaterMark

public long getHighWaterMark()

getLowWaterMark

public long getLowWaterMark()