com.ibm.websphere.management.statistics

Interface RangeStatistic

All Superinterfaces:
Statistic
All known subinterfaces:
BoundedRangeStatistic
All known implementing classes:
BoundedRangeStatisticImpl, RangeStatisticImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.RangeStatistic
  1. public interface RangeStatistic
  2. extends Statistic

Method Summary

Modifier and Type Method and Description
  1. long
getCurrent()
Deprecated.
  1. long
getHighWaterMark()
Deprecated.
  1. long
getLowWaterMark()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit

Method Detail

getHighWaterMark

  1. long getHighWaterMark()
Deprecated.

getLowWaterMark

  1. long getLowWaterMark()
Deprecated.

getCurrent

  1. long getCurrent()
Deprecated.