com.ibm.websphere.pmi.stat

Interface WSTimeStatistic

All Superinterfaces:
WSAverageStatistic, WSStatistic

  1. public interface WSTimeStatistic
  2. extends WSAverageStatistic
WebSphere Time statistic interface.

Method Summary

Modifier and Type Method and Description
  1. long
getMaxTime()
Returns the maximum time taken to complete one invocation since the beginning of the measurement.
  1. long
getMinTime()
Returns the minimum time taken to complete one invocation since the beginning of the measurement.
  1. 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

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

getMinTime

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

getMaxTime

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