com.ibm.websphere.pmi.stat
Class BoundedRangeStatisticImpl
- java.lang.Object
com.ibm.websphere.pmi.stat.StatisticImpl
com.ibm.websphere.pmi.stat.RangeStatisticImpl
com.ibm.websphere.pmi.stat.BoundedRangeStatisticImpl
All implemented interfaces:
Deprecated. As of 6.0, replaced with
WSBoundedRangeStatistic
- public class BoundedRangeStatisticImpl
- extends RangeStatisticImpl
- implements BoundedRangeStatistic
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
lowerBound
Deprecated.
|
|
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 |
---|---|
|
cleanup()
Deprecated.
|
|
combine(BoundedRangeStatisticImpl other)
Deprecated.
|
|
getLowerBound()
Deprecated.
|
|
getUpperBound()
Deprecated.
|
|
reset()
Deprecated. Reset the createTime
|
|
reset(boolean resetAll)
Deprecated.
|
|
set(long lowerBound,long upperBound,long lowWaterMark,long highWaterMark,long current,long integral,long startTime,long lastSampleTime)
Deprecated.
|
|
setLowerBound(long val)
Deprecated.
|
|
setUpperBound(long val)
Deprecated.
|
|
toString()
Deprecated.
|
|
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
- protected long upperBound
Deprecated.
lowerBound
- protected long lowerBound
Deprecated.
Constructor Detail
BoundedRangeStatisticImpl
- public BoundedRangeStatisticImpl( int dataId)
Deprecated.
BoundedRangeStatisticImpl
- public BoundedRangeStatisticImpl( int id,
- java.lang.String name,
- java.lang.String unit,
- java.lang.String description,
- long startTime,
- long lastSampleTime)
Deprecated.
BoundedRangeStatisticImpl
- public BoundedRangeStatisticImpl( int id,
- long lowerBound,
- long upperBound,
- long lowWaterMark,
- long highWaterMark,
- long current,
- long integral,
- long startTime,
- long lastSampleTime)
Deprecated.
Method Detail
reset
- public void reset()
Deprecated.
Reset the createTime
Overrides:
reset
in class RangeStatisticImpl
reset
- public void reset(boolean resetAll)
Deprecated.
Overrides:
reset
in class RangeStatisticImpl
set
- public void set(long lowerBound,
- long upperBound,
- long lowWaterMark,
- long highWaterMark,
- long current,
- long integral,
- long startTime,
- long lastSampleTime)
Deprecated.
cleanup
- public void cleanup()
Deprecated.
Overrides:
cleanup
in class RangeStatisticImpl
setLowerBound
- public void setLowerBound(long val)
Deprecated.
setUpperBound
- public void setUpperBound(long val)
Deprecated.
getLowerBound
- public long getLowerBound()
Deprecated.
Specified by:
getLowerBound
in interface BoundaryStatistic
getUpperBound
- public long getUpperBound()
Deprecated.
Specified by:
getUpperBound
in interface BoundaryStatistic
combine
- public void combine(BoundedRangeStatisticImpl other)
Deprecated.
toString
- public java.lang.String toString( )
Deprecated.
Overrides:
toString
in class RangeStatisticImpl
toString
- public java.lang.String toString( java.lang.String indent)
Deprecated.
Overrides:
toString
in class RangeStatisticImpl
StatisticImpl