RangeStatistic (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.management.j2ee.statistics Interface RangeStatistic

所有父接口:
Statistic
所有已知子接口:
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.


方法摘要
 long getCurrent()
          The current value of this attribute.
 long getHighWaterMark()
          The highest value this attribute has held since the beginning of the measurement.
 long getLowWaterMark()
          The lowest value this attribute has held since the beginning of the measurement.
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

方法详细信息

getHighWaterMark

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


getLowWaterMark

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


getCurrent

long getCurrent()
The current value of this attribute.


Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.