com.ibm.wsspi.pmi.stat

Interface SPIDoubleStatistic

All Superinterfaces:
SPIStatistic, com.ibm.websphere.pmi.stat.WSDoubleStatistic, com.ibm.websphere.pmi.stat.WSStatistic

  1. public interface SPIDoubleStatistic
  2. extends SPIStatistic, com.ibm.websphere.pmi.stat.WSDoubleStatistic
WebSphere interface to instrument a Double statistic.

Method Summary

Modifier and Type Method and Description
  1. void
decrement()
Decrement the statistic by 1
  1. void
decrement(double val)
Decrement the statistic by the input value
  1. void
increment()
Increment the statistic by 1
  1. void
increment(double val)
Increment the statistic by the input value
  1. void
set(double count,long startTime,long lastSampleTime)
Set the Double statistic with following values
  1. void
setDouble(double value)
Set the double value
Methods inherited from interface com.ibm.wsspi.pmi.stat.SPIStatistic
isEnabled, reset, setLastSampleTime, setStartTime
Methods inherited from interface com.ibm.websphere.pmi.stat.WSDoubleStatistic
getDouble
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(double count,
  2. long startTime,
  3. long lastSampleTime)
Set the Double statistic with following values

setDouble

  1. void setDouble(double value)
Set the double value

increment

  1. void increment()
Increment the statistic by 1

increment

  1. void increment(double val)
Increment the statistic by the input value

decrement

  1. void decrement()
Decrement the statistic by 1

decrement

  1. void decrement(double val)
Decrement the statistic by the input value