com.ibm.websphere.pmi.client.event
Interface CpdEventSender
All Superinterfaces:
java.lang.Cloneable
All known subinterfaces:
All known implementing classes:
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
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
|
|
notifyListeners(CpdEvent evt)
Deprecated. Notify all the listners that there is new data
|
|
notifyListeners(int evt_type)
Deprecated.
|
|
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.