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 withjavax.management.j2ee.statistics.Statistic
public interface Statistic
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDescription()Deprecated.longgetLastSampleTime()Deprecated.java.lang.StringgetName()Deprecated.longgetStartTime()Deprecated.java.lang.StringgetUnit()Deprecated.
-