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:
- BoundaryStatistic, BoundedRangeStatistic, RangeStatistic, Statistic, java.io.Serializable
Deprecated.As of 6.0, replaced withWSBoundedRangeStatistic
public class BoundedRangeStatisticImpl extends RangeStatisticImpl implements BoundedRangeStatistic
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected longlowerBoundDeprecated.protected longupperBoundDeprecated.-
Fields inherited from class com.ibm.websphere.pmi.stat.RangeStatisticImpl
current, highWaterMark, initWaterMark, integral, lowWaterMark
-
-
Constructor Summary
Constructors 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
Methods Modifier and Type Method and Description voidcleanup()Deprecated.voidcombine(BoundedRangeStatisticImpl other)Deprecated.longgetLowerBound()Deprecated.longgetUpperBound()Deprecated.voidreset()Deprecated.Reset the createTimevoidreset(boolean resetAll)Deprecated.voidset(long lowerBound, long upperBound, long lowWaterMark, long highWaterMark, long current, long integral, long startTime, long lastSampleTime)Deprecated.voidsetLowerBound(long val)Deprecated.voidsetUpperBound(long val)Deprecated.java.lang.StringtoString()Deprecated.java.lang.StringtoString(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.Description copied from class:StatisticImplReset the createTime- Overrides:
resetin classRangeStatisticImpl
-
reset
public void reset(boolean resetAll)
Deprecated.- Overrides:
resetin classRangeStatisticImpl
-
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:
cleanupin classRangeStatisticImpl
-
setLowerBound
public void setLowerBound(long val)
Deprecated.
-
setUpperBound
public void setUpperBound(long val)
Deprecated.
-
getLowerBound
public long getLowerBound()
Deprecated.- Specified by:
getLowerBoundin interfaceBoundaryStatistic
-
getUpperBound
public long getUpperBound()
Deprecated.- Specified by:
getUpperBoundin interfaceBoundaryStatistic
-
combine
public void combine(BoundedRangeStatisticImpl other)
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classRangeStatisticImpl
-
toString
public java.lang.String toString(java.lang.String indent)
Deprecated.- Overrides:
toStringin classRangeStatisticImpl
-
-