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

      Constructors 
      Constructor and Description
      CpdFamily()
      Deprecated. 
       
    • Method Summary

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

        public CpdFamily()
        Deprecated. 
    • Method Detail

      • isSameFamily

        public static boolean isSameFamily(CpdData d1,
                           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

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

        public static boolean isSameColumn(CpdData d1,
                           CpdData d2)
        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. 
IBM WebSphere Application ServerTM
Release 8.5