com.ibm.websphere.pmi.client.event
Class CpdEventSenderImpl
- java.lang.Object
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:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
listeners
Deprecated.
|
Constructor Summary
Constructor and Description |
---|
CpdEventSenderImpl()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
addCpdEventListener(CpdEventListener al)
Deprecated. Add a data change listener:
A listener that will be notified any time the data is updated
|
|
clone()
Deprecated. Return a clone of the data object
|
|
notifyListeners(CpdEvent e)
Deprecated. Notify all the listners that there is new data
|
|
notifyListeners(int type)
Deprecated.
|
|
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