com.ibm.websphere.management.statistics
Interface Statistic
All known subinterfaces:
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
Modifier and Type | Method and Description |
---|---|
|
getDescription()
Deprecated.
|
|
getLastSampleTime()
Deprecated.
|
|
getName()
Deprecated.
|
|
getStartTime()
Deprecated.
|
|
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.