FileDocCategorySizeDatePackage
RangeStatistic.javaAPI DocGlassfish v2 API2522Fri May 04 22:34:04 BST 2007javax.management.j2ee.statistics

RangeStatistic

public interface RangeStatistic implements Statistic
Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.

Fields Summary
Constructors Summary
Methods Summary
public longgetCurrent()
The current value of this attribute.

public longgetHighWaterMark()
The highest value this attribute has held since the beginning of the measurement.

public longgetLowWaterMark()
The lowest value this attribute has held since the beginning of the measurement.