Home » openjdk-7 » javax » management » j2ee » statistics » [javadoc | source]
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.
Method from javax.management.j2ee.statistics.RangeStatistic Summary:
getCurrent,   getHighWaterMark,   getLowWaterMark
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.