javax.management.j2ee.statistics
public interface: RangeStatistic [javadoc |
source]
All Implemented Interfaces:
Statistic
All Known Implementing Classes:
BoundedRangeStatistic
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 from javax.management.j2ee.statistics.RangeStatistic Detail: |
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. |