IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.pmi.stat
Interface WSBoundaryStatistic

All Superinterfaces:
WSStatistic
All Known Subinterfaces:
WSBoundedRangeStatistic

public interface WSBoundaryStatistic
extends WSStatistic

WebSphere boundary statistic interface.


Method Summary
 long getLowerBound()
          Returns the lower limit of the value of this attribute.
 long getUpperBound()
          Returns the upper limit of the 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

getLowerBound

long getLowerBound()
Returns the lower limit of the value of this attribute.


getUpperBound

long getUpperBound()
Returns the upper limit of the value of this attribute.


IBM WebSphere Application ServerTM
Release 7