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
  1. public interface Statistic

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getDescription()
Deprecated.
  1. long
getLastSampleTime()
Deprecated.
  1. java.lang.String
getName()
Deprecated.
  1. long
getStartTime()
Deprecated.
  1. java.lang.String
getUnit()
Deprecated.

Method Detail

getName

  1. java.lang.String getName()
Deprecated.

getUnit

  1. java.lang.String getUnit()
Deprecated.

getDescription

  1. java.lang.String getDescription( )
Deprecated.

getStartTime

  1. long getStartTime()
Deprecated.

getLastSampleTime

  1. long getLastSampleTime()
Deprecated.