IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.pmi.stat
Interface SPIBoundaryStatistic

All Superinterfaces:
SPIStatistic, com.ibm.websphere.pmi.stat.WSBoundaryStatistic, com.ibm.websphere.pmi.stat.WSStatistic
All Known Subinterfaces:
SPIBoundedRangeStatistic

public interface SPIBoundaryStatistic
extends SPIStatistic, com.ibm.websphere.pmi.stat.WSBoundaryStatistic

WebSphere interface to instrument a Boundary statistic.


Method Summary
 void set(long lowerBound, long upperBound, long startTime, long lastSampleTime)
          Set the Boundary statistic with the following values
 void setLowerBound(long lowerBound)
          Sets the low bound
 void setUpperBound(long upperBound)
          Sets the upper bound
 
Methods inherited from interface com.ibm.wsspi.pmi.stat.SPIStatistic
isEnabled, reset, setLastSampleTime, setStartTime
 
Methods inherited from interface com.ibm.websphere.pmi.stat.WSBoundaryStatistic
getLowerBound, getUpperBound
 
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

set

void set(long lowerBound,
         long upperBound,
         long startTime,
         long lastSampleTime)
Set the Boundary statistic with the following values


setLowerBound

void setLowerBound(long lowerBound)
Sets the low bound


setUpperBound

void setUpperBound(long upperBound)
Sets the upper bound


IBM WebSphere Application ServerTM
Release 7