|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.pmi.stat.StatisticImpl
com.ibm.websphere.pmi.stat.BoundaryStatisticImpl
WSBoundaryStatistic
Field Summary | |
---|---|
protected long |
lowerBound
Deprecated. |
protected long |
upperBound
Deprecated. |
Constructor Summary | |
---|---|
BoundaryStatisticImpl(int dataId)
Deprecated. |
|
BoundaryStatisticImpl(int id,
java.lang.String name,
java.lang.String unit,
java.lang.String description,
long startTime,
long lastSampleTime)
Deprecated. |
Method Summary | |
---|---|
void |
combine(Statistic other)
Deprecated. Aggregate the value of parameter data to this data |
Statistic |
delta(Statistic data)
Deprecated. |
long |
getLowerBound()
Deprecated. |
long |
getUpperBound()
Deprecated. |
void |
resetOnClient(Statistic data)
Deprecated. Reset the data value to zero on client side. |
void |
set(long lowerBound,
long upperBound,
long startTime,
long lastSampleTime)
Deprecated. |
void |
setLowerBound(long val)
Deprecated. |
void |
setUpperBound(long val)
Deprecated. |
void |
update(Statistic data)
Deprecated. Update itself with the new value in data. |
Methods inherited from class com.ibm.websphere.pmi.stat.StatisticImpl |
---|
disable, enable, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, isEnabled, reset, setDataInfo, setDataInfo, setLastSampleTime, setStartTime, toString, toString, 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.Statistic |
---|
getDescription, getLastSampleTime, getName, getStartTime, getUnit |
Field Detail |
protected long upperBound
protected long lowerBound
Constructor Detail |
public BoundaryStatisticImpl(int dataId)
public BoundaryStatisticImpl(int id, java.lang.String name, java.lang.String unit, java.lang.String description, long startTime, long lastSampleTime)
Method Detail |
public void set(long lowerBound, long upperBound, long startTime, long lastSampleTime)
public void setLowerBound(long val)
public void setUpperBound(long val)
public long getLowerBound()
getLowerBound
in interface com.ibm.websphere.management.statistics.BoundaryStatistic
public long getUpperBound()
getUpperBound
in interface com.ibm.websphere.management.statistics.BoundaryStatistic
public void combine(Statistic other)
StatisticImpl
combine
in interface Statistic
combine
in class StatisticImpl
other
- must have the same data ID and typepublic void update(Statistic data)
StatisticImpl
update
in interface Statistic
update
in class StatisticImpl
data
- must have the same data ID and typepublic Statistic delta(Statistic data)
delta
in interface Statistic
delta
in class StatisticImpl
data
- must have the same data ID and type
public void resetOnClient(Statistic data)
StatisticImpl
resetOnClient
in interface Statistic
resetOnClient
in class StatisticImpl
data
- must have the same data ID and type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |