com.ibm.websphere.pmi.client
Interface CpdLong
All Superinterfaces:
Deprecated. As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in
javax.management.j2ee.statistics package.
The CpdLong is a 4.0 class and will be supported in 5.0.
It maps to JSR77's CountStatistic.
- public interface CpdLong
- extends CpdValue
Field Summary
| Fields inherited from interface com.ibm.websphere.pmi.client.CpdValue |
|---|
serialVersionUID |
| Fields inherited from interface com.ibm.websphere.pmi.client.CpdXML |
|---|
INDENT_SPACE |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
longValue()
Deprecated. return the long value.
|
| Methods inherited from interface com.ibm.websphere.pmi.client.CpdValue |
|---|
changeInValue, clone, combine, delta, getAccurateTime, getLastSampleTime, getStartTime, getTime, getType, getValue, rateChangeOfValue, setLastSampleTime, valueToString |
| Methods inherited from interface com.ibm.websphere.pmi.client.CpdXML |
|---|
fromXML, toXML, toXML, toXML |
Method Detail
longValue
- long longValue()
Deprecated.
return the long value.