IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.pmi.stat
Interface WSRangeStatistic

All Superinterfaces:
WSStatistic
All Known Subinterfaces:
WSBoundedRangeStatistic

public interface WSRangeStatistic
extends WSStatistic

WebSphere Range statistic interface.


Method Summary
 long getCurrent()
          Returns the current value of this attribute.
 long getHighWaterMark()
          Returns the highest value this attribute held since the beginning of the measurement.
 double getIntegral()
          Return the integral value of this attribute.
 long getLowWaterMark()
          Returns the lowest value this attribute held since the beginning of the measurement.
 double getMean()
          Returns the time-weighted mean value of this attribute.
 
Methods inherited from interface com.ibm.websphere.pmi.stat.WSStatistic
combine, copy, delta, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, rateOfChange, resetOnClient, setDataInfo, setDataInfo, toString, toXML, update
 

Method Detail

getHighWaterMark

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


getLowWaterMark

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


getCurrent

long getCurrent()
Returns the current value of this attribute.


getIntegral

double getIntegral()
Return the integral value of this attribute.


getMean

double getMean()
Returns the time-weighted mean value of this attribute.


IBM WebSphere Application ServerTM
Release 7