com.ibm.websphere.pmi.client.event

Interface CpdEventSender

All Superinterfaces:
java.lang.Cloneable
All known subinterfaces:
CpdCollection, CpdData
All known implementing classes:
CpdEventSenderImpl

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 interface CpdEventSender
  2. extends java.lang.Cloneable

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. void
notifyListeners(CpdEvent evt)
Deprecated. Notify all the listners that there is new data
  1. void
notifyListeners(int evt_type)
Deprecated.
  1. void
removeCpdEventListener(CpdEventListener al)
Deprecated.

Method Detail

addCpdEventListener

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

removeCpdEventListener

  1. void removeCpdEventListener(CpdEventListener al)
Deprecated.

notifyListeners

  1. void notifyListeners(CpdEvent evt)
Deprecated.
Notify all the listners that there is new data

notifyListeners

  1. void notifyListeners(int evt_type)
Deprecated.