com.ibm.websphere.pmi.client.event

Class CpdEvent

  1. java.lang.Object
  2. extended bycom.ibm.websphere.pmi.client.event.CpdEvent

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 PMI client package provides event and listener interfaces to inform clients, for instance, a GUI display, when new or changed data is available. The CpdEvent and CpdListener can only be used within a JVM.

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

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
EVENT_DELETE_MEMBER
Deprecated.
  1. static
  2. int
EVENT_DELETE_SUBCOLLECTION
Deprecated.
  1. static
  2. int
EVENT_NEW_DATA
Deprecated.
  1. static
  2. int
EVENT_NEW_MEMBER
Deprecated.
  1. static
  2. int
EVENT_NEW_SUBCOLLECTION
Deprecated.
  1. static
  2. int
EVENT_STRUCTURE_CHANGED
Deprecated.

Constructor Summary

Constructor and Description
CpdEvent(int type)
Deprecated. CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens.
CpdEvent(java.lang.Object source,int type)
Deprecated. CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens.

Method Summary

Modifier and Type Method and Description
  1. java.lang.Object
getSource()
Deprecated.
  1. int
getType()
Deprecated.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

EVENT_NEW_MEMBER

  1. public static final int EVENT_NEW_MEMBER
Deprecated.
See Also:

EVENT_NEW_SUBCOLLECTION

  1. public static final int EVENT_NEW_SUBCOLLECTION
Deprecated.
See Also:

EVENT_NEW_DATA

  1. public static final int EVENT_NEW_DATA
Deprecated.
See Also:

EVENT_STRUCTURE_CHANGED

  1. public static final int EVENT_STRUCTURE_CHANGED
Deprecated.
See Also:

EVENT_DELETE_MEMBER

  1. public static final int EVENT_DELETE_MEMBER
Deprecated.
See Also:

EVENT_DELETE_SUBCOLLECTION

  1. public static final int EVENT_DELETE_SUBCOLLECTION
Deprecated.
See Also:

Constructor Detail

CpdEvent

  1. public CpdEvent(java.lang.Object source,
  2. int type)
Deprecated.
CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens.

CpdEvent

  1. public CpdEvent(int type)
Deprecated.
CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens.

Method Detail

getSource

  1. public java.lang.Object getSource( )
Deprecated.

getType

  1. public int getType()
Deprecated.