IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.pmi.stat
Interface WSTimeStatistic

All Superinterfaces:
WSAverageStatistic, WSStatistic

public interface WSTimeStatistic
extends WSAverageStatistic

WebSphere Time statistic interface.


Method Summary
 long getMaxTime()
          Returns the maximum time taken to complete one invocation since the beginning of the measurement.
 long getMinTime()
          Returns the minimum time taken to complete one invocation since the beginning of the measurement.
 long getTotalTime()
          Returns the sum total of time taken to complete all the invocations since the beginning of the measurement.
 
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

getTotalTime

long getTotalTime()
Returns the sum total of time taken to complete all the invocations since the beginning of the measurement.


getMinTime

long getMinTime()
Returns the minimum time taken to complete one invocation since the beginning of the measurement.


getMaxTime

long getMaxTime()
Returns the maximum time taken to complete one invocation since the beginning of the measurement.


IBM WebSphere Application ServerTM
Release 7