IBM WebSphere Application ServerTM
Release 7

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.

public interface CpdEventSender
extends java.lang.Cloneable


Method Summary
 void addCpdEventListener(CpdEventListener al)
          Deprecated. Add a data change listener: A listener that will be notified any time the data is updated
 void notifyListeners(CpdEvent evt)
          Deprecated. Notify all the listners that there is new data
 void notifyListeners(int evt_type)
          Deprecated.  
 void removeCpdEventListener(CpdEventListener al)
          Deprecated.  
 

Method Detail

addCpdEventListener

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


removeCpdEventListener

void removeCpdEventListener(CpdEventListener al)
Deprecated. 

notifyListeners

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


notifyListeners

void notifyListeners(int evt_type)
Deprecated. 

IBM WebSphere Application ServerTM
Release 7