com.ibm.websphere.pmi.client
Class CpdFamily
- java.lang.Object
com.ibm.websphere.pmi.client.CpdFamily
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 CpdFamily
is a 4.0 class and will be supported in 5.0.
It helps to display related data in the same table from GUI.
- public class CpdFamily
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
CpdFamily()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getColumn(CpdData d1)
Deprecated.
|
|
getFamilyName(CpdData d1)
Deprecated.
|
|
getRow(CpdData d1)
Deprecated.
|
|
isSameColumn(CpdData d1,CpdData d2)
Deprecated.
|
|
isSameFamily(CpdData d1,CpdData d2)
Deprecated. Return whether the two objects are in the same family.
|
|
isSameRow(CpdData d1,CpdData d2)
Deprecated. Return whether the two objects are in the same row
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
CpdFamily
- public CpdFamily()
Deprecated.
Method Detail
isSameFamily
Deprecated.
Return whether the two objects are in the same family.
Data in same family could be displayed in the same table in Resource analyzer.
isSameRow
Deprecated.
Return whether the two objects are in the same row
isSameColumn
Deprecated.
getRow
- public static java.lang.String getRow( CpdData d1)
Deprecated.
getColumn
- public static java.lang.String getColumn( CpdData d1)
Deprecated.
getFamilyName
- public static java.lang.String getFamilyName( CpdData d1)
Deprecated.