com.ibm.websphere.pmi.client.event

Class CpdEventSenderImpl

  1. java.lang.Object
  2. extended bycom.ibm.websphere.pmi.client.event.CpdEventSenderImpl
All implemented interfaces:
CpdEventSender, java.io.Serializable, java.lang.Cloneable

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.
  1. public class CpdEventSenderImpl
  2. extends java.lang.Object
  3. implements CpdEventSender, java.io.Serializable
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. protected
  2. java.util.Vector
listeners
Deprecated.

Constructor Summary

Constructor and Description
CpdEventSenderImpl()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. void
addCpdEventListener(CpdEventListener al)
Deprecated. Add a data change listener: A listener that will be notified any time the data is updated
  1. java.lang.Object
clone()
Deprecated. Return a clone of the data object
  1. void
notifyListeners(CpdEvent e)
Deprecated. Notify all the listners that there is new data
  1. void
notifyListeners(int type)
Deprecated.
  1. void
removeCpdEventListener(CpdEventListener al)
Deprecated.
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

listeners

  1. protected transient java.util.Vector listeners
Deprecated.

Constructor Detail

CpdEventSenderImpl

  1. public CpdEventSenderImpl()
Deprecated.

Method Detail

addCpdEventListener

  1. public void addCpdEventListener( CpdEventListener al)
Deprecated.
Add a data change listener: A listener that will be notified any time the data is updated
Specified by:

removeCpdEventListener

  1. public void removeCpdEventListener( CpdEventListener al)
Deprecated.
Specified by:

notifyListeners

  1. public void notifyListeners(CpdEvent e)
Deprecated.
Notify all the listners that there is new data
Specified by:

notifyListeners

  1. public void notifyListeners(int type)
Deprecated.
Specified by:

clone

  1. public java.lang.Object clone()
Deprecated.
Return a clone of the data object
Overrides:
clone in class java.lang.Object