com.ibm.websphere.pmi.stat

Class BoundedRangeStatisticImpl

  1. java.lang.Object
  2. extended bycom.ibm.websphere.pmi.stat.StatisticImpl
  3. extended bycom.ibm.websphere.pmi.stat.RangeStatisticImpl
  4. extended bycom.ibm.websphere.pmi.stat.BoundedRangeStatisticImpl
All implemented interfaces:
BoundaryStatistic, BoundedRangeStatistic, RangeStatistic, Statistic, java.io.Serializable

Deprecated. As of 6.0, replaced with WSBoundedRangeStatistic
  1. public class BoundedRangeStatisticImpl
  2. extends RangeStatisticImpl
  3. implements BoundedRangeStatistic
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. protected
  2. long
lowerBound
Deprecated.
  1. protected
  2. long
upperBound
Deprecated.
Fields inherited from class com.ibm.websphere.pmi.stat.RangeStatisticImpl
current, highWaterMark, initWaterMark, integral, lowWaterMark

Constructor Summary

Constructor and Description
BoundedRangeStatisticImpl(int dataId)
Deprecated.
BoundedRangeStatisticImpl(int id,long lowerBound,long upperBound,long lowWaterMark,long highWaterMark,long current,long integral,long startTime,long lastSampleTime)
Deprecated.
BoundedRangeStatisticImpl(int id,java.lang.String name,java.lang.String unit,java.lang.String description,long startTime,long lastSampleTime)
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. void
cleanup()
Deprecated.
  1. void
combine(BoundedRangeStatisticImpl other)
Deprecated.
  1. long
getLowerBound()
Deprecated.
  1. long
getUpperBound()
Deprecated.
  1. void
reset()
Deprecated. Reset the createTime
  1. void
reset(boolean resetAll)
Deprecated.
  1. void
set(long lowerBound,long upperBound,long lowWaterMark,long highWaterMark,long current,long integral,long startTime,long lastSampleTime)
Deprecated.
  1. void
setLowerBound(long val)
Deprecated.
  1. void
setUpperBound(long val)
Deprecated.
  1. java.lang.String
toString()
Deprecated.
  1. java.lang.String
toString(java.lang.String indent)
Deprecated.
Methods inherited from class com.ibm.websphere.pmi.stat.RangeStatisticImpl
add, add, combine, decrement, decrement, decrement, delta, getCurrent, getHighWaterMark, getIntegral, getLowWaterMark, getMean, increment, increment, increment, myupdate, myupdate, resetOnClient, set, setLastValue, setWaterMark, setWaterMark, update
Methods inherited from class com.ibm.websphere.pmi.stat.StatisticImpl
disable, enable, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, isEnabled, setDataInfo, setDataInfo, setLastSampleTime, setStartTime, toXML
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.ibm.websphere.management.statistics.RangeStatistic
getCurrent, getHighWaterMark, getLowWaterMark
Methods inherited from interface com.ibm.websphere.management.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit

Field Detail

upperBound

  1. protected long upperBound
Deprecated.

lowerBound

  1. protected long lowerBound
Deprecated.

Constructor Detail

BoundedRangeStatisticImpl

  1. public BoundedRangeStatisticImpl( int dataId)
Deprecated.

BoundedRangeStatisticImpl

  1. public BoundedRangeStatisticImpl( int id,
  2. java.lang.String name,
  3. java.lang.String unit,
  4. java.lang.String description,
  5. long startTime,
  6. long lastSampleTime)
Deprecated.

BoundedRangeStatisticImpl

  1. public BoundedRangeStatisticImpl( int id,
  2. long lowerBound,
  3. long upperBound,
  4. long lowWaterMark,
  5. long highWaterMark,
  6. long current,
  7. long integral,
  8. long startTime,
  9. long lastSampleTime)
Deprecated.

Method Detail

reset

  1. public void reset()
Deprecated.
Description copied from class: StatisticImpl
Reset the createTime
Overrides:

reset

  1. public void reset(boolean resetAll)
Deprecated.
Overrides:

set

  1. public void set(long lowerBound,
  2. long upperBound,
  3. long lowWaterMark,
  4. long highWaterMark,
  5. long current,
  6. long integral,
  7. long startTime,
  8. long lastSampleTime)
Deprecated.

cleanup

  1. public void cleanup()
Deprecated.
Overrides:

setLowerBound

  1. public void setLowerBound(long val)
Deprecated.

setUpperBound

  1. public void setUpperBound(long val)
Deprecated.

getLowerBound

  1. public long getLowerBound()
Deprecated.
Specified by:

getUpperBound

  1. public long getUpperBound()
Deprecated.
Specified by:

combine

  1. public void combine(BoundedRangeStatisticImpl other)
Deprecated.

toString

  1. public java.lang.String toString( )
Deprecated.
Overrides:

toString

  1. public java.lang.String toString( java.lang.String indent)
Deprecated.
Overrides: