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

  1. public interface SPIBoundaryStatistic
  2. extends SPIStatistic, com.ibm.websphere.pmi.stat.WSBoundaryStatistic
WebSphere interface to instrument a Boundary statistic.

Method Summary

Modifier and Type Method and Description
  1. void
set(long lowerBound,long upperBound,long startTime,long lastSampleTime)
Set the Boundary statistic with the following values
  1. void
setLowerBound(long lowerBound)
Sets the low bound
  1. 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

  1. void set(long lowerBound,
  2. long upperBound,
  3. long startTime,
  4. long lastSampleTime)
Set the Boundary statistic with the following values

setLowerBound

  1. void setLowerBound(long lowerBound)
Sets the low bound

setUpperBound

  1. void setUpperBound(long upperBound)
Sets the upper bound