Home » openjdk-7 » javax » management » j2ee » [javadoc | source]
javax.management.j2ee
public interface: RangeStatistic [javadoc | source]

All Implemented Interfaces:
    Statistic

All Known Implementing Classes:
    BoundedRangeStatistic

Represents a standard measurements of the lowest and highest value an attribute has held as well as its current value
Method from javax.management.j2ee.RangeStatistic Summary:
getCurrent,   getHighWaterMark,   getLowWaterMark
Method from javax.management.j2ee.RangeStatistic Detail:
 public long getCurrent()
 public long getHighWaterMark()
 public long getLowWaterMark()