javax.management.j2ee.statistics
Interface RangeStatistic

All Superinterfaces:
Statistic
All Known Subinterfaces:
BoundedRangeStatistic

public interface RangeStatistic
extends Statistic

Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.

Author:
Guillaume Sauthier

Method Summary
 long getCurrent()
           
 long getHighWaterMark()
           
 long getLowWaterMark()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getHighWaterMark

long getHighWaterMark()
Returns:
The highest value this attribute has held since the beginning of the measurement.

getLowWaterMark

long getLowWaterMark()
Returns:
The lowest value this attribute has held since the beginning of the measurement.

getCurrent

long getCurrent()
Returns:
The current value of this attribute.


Copyright © 2007 OW2 Consortium. All Rights Reserved.