IBM WebSphere Application ServerTM
Release 7

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

public interface TimeStatistic
extends Statistic


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

Method Detail

getMaxTime

long getMaxTime()
Deprecated. 

getMinTime

long getMinTime()
Deprecated. 

getCount

long getCount()
Deprecated. 

getTotalTime

long getTotalTime()
Deprecated. 

IBM WebSphere Application ServerTM
Release 7