| javax.management.j2ee.statistics.RangeStatistic
All known Subclasses: org.jboss.management.j2ee.statistics.RangeStatisticImpl,
RangeStatistic | public interface RangeStatistic extends Statistic(Code) | | Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
author: thomas.diesler@jboss.org |
Method Summary | |
public long | getCurrent() The current value of this attribute. | public long | getHighWaterMark() The highest value this attribute has held since the beginning of the measurement. | public long | getLowWaterMark() The lowest value this attribute has held since the beginning of the measurement. |
getCurrent | public long getCurrent()(Code) | | The current value of this attribute.
|
getHighWaterMark | public long getHighWaterMark()(Code) | | The highest value this attribute has held since the beginning of the measurement.
|
getLowWaterMark | public long getLowWaterMark()(Code) | | The lowest value this attribute has held since the beginning of the measurement.
|
|
|