com.ibm.websphere.pmi
Class PmiClientTest
- java.lang.Object
com.ibm.websphere.pmi.PmiClientTest
All implemented interfaces:
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.
Sample code to use PmiClient API (new JMX-based API in 5.0) and get Statistic/Stats objects.
- public class PmiClientTest
- extends java.lang.Object
- implements PmiConstants
Field Summary
Constructor Summary
Constructor and Description |
---|
PmiClientTest()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
main(java.lang.String[] args)
Deprecated.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
PmiClientTest
- public PmiClientTest()
Deprecated.
Method Detail
main
- public static void main(java.lang.String[] args)
Deprecated.