com.ibm.websphere.pmi.client

Class CpdFamily

  1. java.lang.Object
  2. extended bycom.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.

  1. public class CpdFamily
  2. extends java.lang.Object

Constructor Summary

Constructor and Description
CpdFamily()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. static
  2. java.lang.String
getColumn(CpdData d1)
Deprecated.
  1. static
  2. java.lang.String
getFamilyName(CpdData d1)
Deprecated.
  1. static
  2. java.lang.String
getRow(CpdData d1)
Deprecated.
  1. static
  2. boolean
isSameColumn(CpdData d1,CpdData d2)
Deprecated.
  1. static
  2. boolean
isSameFamily(CpdData d1,CpdData d2)
Deprecated. Return whether the two objects are in the same family.
  1. static
  2. boolean
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

  1. public CpdFamily()
Deprecated.

Method Detail

isSameFamily

  1. public static boolean isSameFamily( CpdData d1,
  2. CpdData d2)
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

  1. public static boolean isSameRow( CpdData d1,
  2. CpdData d2)
Deprecated.
Return whether the two objects are in the same row

isSameColumn

  1. public static boolean isSameColumn( CpdData d1,
  2. CpdData d2)
Deprecated.

getRow

  1. public static java.lang.String getRow( CpdData d1)
Deprecated.

getColumn

  1. public static java.lang.String getColumn( CpdData d1)
Deprecated.

getFamilyName

  1. public static java.lang.String getFamilyName( CpdData d1)
Deprecated.