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:
- public interface SPIBoundaryStatistic
- extends SPIStatistic, com.ibm.websphere.pmi.stat.WSBoundaryStatistic
Method Summary
Modifier and Type | Method and Description |
---|---|
|
set(long lowerBound,long upperBound,long startTime,long lastSampleTime)
Set the Boundary statistic with the following values
|
|
setLowerBound(long lowerBound)
Sets the low bound
|
|
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