com.ibm.websphere.management.statistics
Interface RangeStatistic
All Superinterfaces:
All known subinterfaces:
All known implementing classes:
Deprecated. As of 6.0, replaced with
javax.management.j2ee.statistics.RangeStatistic
- public interface RangeStatistic
- extends Statistic
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCurrent()
Deprecated.
|
|
getHighWaterMark()
Deprecated.
|
|
getLowWaterMark()
Deprecated.
|
Methods inherited from interface com.ibm.websphere.management.statistics.Statistic |
---|
getDescription, getLastSampleTime, getName, getStartTime, getUnit |
Method Detail
getHighWaterMark
- long getHighWaterMark()
Deprecated.
getLowWaterMark
- long getLowWaterMark()
Deprecated.
getCurrent
- long getCurrent()
Deprecated.