com.ibm.websphere.pmi.stat
Interface WSCountStatistic

All Superinterfaces:
WSStatistic
All Known Subinterfaces:
SPICountStatistic

public interface WSCountStatistic
extends WSStatistic

WebSphere Count statistic interface.


Method Summary
 long getCount()
          Returns the count since the measurement started.
 
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

getCount

public long getCount()
Returns the count since the measurement started.