|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
javax.management.j2ee.statistics
package.
The CpdStat
is a 4.0 class and will be supported in 5.0.
It is the base interface for CpdLong, CpdLoad, CpdStat, and CpdDouble.
public interface CpdValue
Field Summary | |
---|---|
static long |
serialVersionUID
Deprecated. |
Fields inherited from interface com.ibm.websphere.pmi.client.CpdXML |
---|
INDENT_SPACE |
Method Summary | |
---|---|
CpdValue |
changeInValue(CpdValue prev)
Deprecated. |
java.lang.Object |
clone()
Deprecated. Return a clone of the data object |
void |
combine(CpdValue other)
Deprecated. add the other's value to this value |
CpdValue |
delta(CpdValue prev)
Deprecated. Return a CpdValue object representing the difference between the two data points. |
double |
getAccurateTime()
Deprecated. The time the data was retrieved - a double including the decimal part if any. |
long |
getLastSampleTime()
Deprecated. Return the time it is last updated on server |
long |
getStartTime()
Deprecated. This method is not implemented for PMI data from 3.5/4.0 server |
long |
getTime()
Deprecated. The time the data was retrieved - a long |
int |
getType()
Deprecated. The type of this value: int, double, long, stat, load |
double |
getValue()
Deprecated. The current value in double of the data object The value returned depends on the type of the value. |
CpdValue |
rateChangeOfValue(CpdValue prev)
Deprecated. Return a CpdValue object representing the rate of difference between the two data points. |
void |
setLastSampleTime(double lastSampleTime)
Deprecated. Set lastSampleTime if it is not set in the constructor yet |
java.lang.String |
valueToString()
Deprecated. The current value in String of the data object The value returned depends on the type of the value. |
Methods inherited from interface com.ibm.websphere.pmi.client.CpdXML |
---|
fromXML, toXML, toXML, toXML |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
int getType()
double getAccurateTime()
long getTime()
long getStartTime()
long getLastSampleTime()
void setLastSampleTime(double lastSampleTime)
double getValue()
java.lang.String valueToString()
CpdValue delta(CpdValue prev)
CpdValue changeInValue(CpdValue prev)
CpdValue rateChangeOfValue(CpdValue prev)
void combine(CpdValue other)
java.lang.Object clone()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |