IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.pmi.client.event
Class CpdEventSenderImpl

java.lang.Object
  extended by com.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.

public class CpdEventSenderImpl
extends java.lang.Object
implements CpdEventSender, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.util.Vector listeners
          Deprecated.  
 
Constructor Summary
CpdEventSenderImpl()
          Deprecated.  
 
Method Summary
 void addCpdEventListener(CpdEventListener al)
          Deprecated. Add a data change listener: A listener that will be notified any time the data is updated
 java.lang.Object clone()
          Deprecated. Return a clone of the data object
 void notifyListeners(CpdEvent e)
          Deprecated. Notify all the listners that there is new data
 void notifyListeners(int type)
          Deprecated.  
 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

protected transient java.util.Vector listeners
Deprecated. 
Constructor Detail

CpdEventSenderImpl

public CpdEventSenderImpl()
Deprecated. 
Method Detail

addCpdEventListener

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:
addCpdEventListener in interface CpdEventSender

removeCpdEventListener

public void removeCpdEventListener(CpdEventListener al)
Deprecated. 
Specified by:
removeCpdEventListener in interface CpdEventSender

notifyListeners

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

Specified by:
notifyListeners in interface CpdEventSender

notifyListeners

public void notifyListeners(int type)
Deprecated. 
Specified by:
notifyListeners in interface CpdEventSender

clone

public java.lang.Object clone()
Deprecated. 
Return a clone of the data object

Overrides:
clone in class java.lang.Object

IBM WebSphere Application ServerTM
Release 7