IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.pmi.stat
Interface SPIAverageStatistic

All Superinterfaces:
SPIStatistic, com.ibm.websphere.pmi.stat.WSAverageStatistic, com.ibm.websphere.pmi.stat.WSStatistic
All Known Subinterfaces:
SPITimeStatistic

public interface SPIAverageStatistic
extends SPIStatistic, com.ibm.websphere.pmi.stat.WSAverageStatistic

WebSphere interface to instrument an Average statistic.


Method Summary
 void add(long val)
          Add a measurement value to the Average statistic.
 void add(long lastSampleTime, long val)
          Add a measurement value to the Average statistic.
 void set(long count, long min, long max, long total, double sumOfSquares, long startTime, long lastSampleTime)
          Set the Average statistic with the following values.
 
Methods inherited from interface com.ibm.wsspi.pmi.stat.SPIStatistic
isEnabled, reset, setLastSampleTime, setStartTime
 
Methods inherited from interface com.ibm.websphere.pmi.stat.WSAverageStatistic
getCount, getMax, getMean, getMin, getSumOfSquares, getTotal
 
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

add

void add(long val)
Add a measurement value to the Average statistic.


add

void add(long lastSampleTime,
         long val)
Add a measurement value to the Average statistic.


set

void set(long count,
         long min,
         long max,
         long total,
         double sumOfSquares,
         long startTime,
         long lastSampleTime)
Set the Average statistic with the following values.


IBM WebSphere Application ServerTM
Release 8