IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.pmi.stat
Class BoundedRangeStatisticImpl

java.lang.Object
  extended by com.ibm.websphere.pmi.stat.StatisticImpl
      extended by com.ibm.websphere.pmi.stat.RangeStatisticImpl
          extended by com.ibm.websphere.pmi.stat.BoundedRangeStatisticImpl
All Implemented Interfaces:
BoundaryStatistic, BoundedRangeStatistic, RangeStatistic, Statistic, java.io.Serializable

Deprecated. As of 6.0, replaced with WSBoundedRangeStatistic

public class BoundedRangeStatisticImpl
extends RangeStatisticImpl
implements BoundedRangeStatistic

See Also:
Serialized Form

Field Summary
protected  long lowerBound
          Deprecated.  
protected  long upperBound
          Deprecated.  
 
Fields inherited from class com.ibm.websphere.pmi.stat.RangeStatisticImpl
current, highWaterMark, initWaterMark, integral, lowWaterMark
 
Constructor Summary
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
 void cleanup()
          Deprecated.  
 void combine(BoundedRangeStatisticImpl other)
          Deprecated.  
 long getLowerBound()
          Deprecated.  
 long getUpperBound()
          Deprecated.  
 void reset()
          Deprecated. Reset the createTime
 void reset(boolean resetAll)
          Deprecated.  
 void set(long lowerBound, long upperBound, long lowWaterMark, long highWaterMark, long current, long integral, long startTime, long lastSampleTime)
          Deprecated.  
 void setLowerBound(long val)
          Deprecated.  
 void setUpperBound(long val)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 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

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: StatisticImpl
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

IBM WebSphere Application ServerTM
Release 8