com.ibm.wsspi.pmi.stat
Interface SPIBoundaryStatistic
- All Superinterfaces:
- SPIStatistic, WSBoundaryStatistic, WSStatistic
- All Known Subinterfaces:
- SPIBoundedRangeStatistic
public interface SPIBoundaryStatistic
- extends SPIStatistic, 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.websphere.pmi.stat.WSStatistic |
combine, copy, delta, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, rateOfChange, resetOnClient, setDataInfo, setDataInfo, toString, toXML, update |
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 |
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