com.ibm.websphere.management.statistics

Interface TimeStatistic

All Superinterfaces:
Statistic
All known implementing classes:
TimeStatisticImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.TimeStatistic
  1. public interface TimeStatistic
  2. extends Statistic

Method Summary

Modifier and Type Method and Description
  1. long
getCount()
Deprecated.
  1. long
getMaxTime()
Deprecated.
  1. long
getMinTime()
Deprecated.
  1. long
getTotalTime()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit

Method Detail

getMaxTime

  1. long getMaxTime()
Deprecated.

getMinTime

  1. long getMinTime()
Deprecated.

getCount

  1. long getCount()
Deprecated.

getTotalTime

  1. long getTotalTime()
Deprecated.