IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.statistics
Interface Statistic

All Known Subinterfaces:
BoundaryStatistic, BoundedRangeStatistic, CountStatistic, RangeStatistic, Statistic, TimeStatistic
All Known Implementing Classes:
BoundaryStatisticImpl, BoundedRangeStatisticImpl, CountStatisticImpl, DoubleStatisticImpl, RangeStatisticImpl, StatisticImpl, TimeStatisticImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.Statistic

public interface Statistic


Method Summary
 java.lang.String getDescription()
          Deprecated.  
 long getLastSampleTime()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 long getStartTime()
          Deprecated.  
 java.lang.String getUnit()
          Deprecated.  
 

Method Detail

getName

java.lang.String getName()
Deprecated. 

getUnit

java.lang.String getUnit()
Deprecated. 

getDescription

java.lang.String getDescription()
Deprecated. 

getStartTime

long getStartTime()
Deprecated. 

getLastSampleTime

long getLastSampleTime()
Deprecated. 

IBM WebSphere Application ServerTM
Release 7