javax.management.j2ee.statistics
package.public class CpdEventSenderImpl extends java.lang.Object implements CpdEventSender, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector |
listeners
Deprecated.
|
Constructor and Description |
---|
CpdEventSenderImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public void addCpdEventListener(CpdEventListener al)
addCpdEventListener
in interface CpdEventSender
public void removeCpdEventListener(CpdEventListener al)
removeCpdEventListener
in interface CpdEventSender
public void notifyListeners(CpdEvent e)
notifyListeners
in interface CpdEventSender
public void notifyListeners(int type)
notifyListeners
in interface CpdEventSender
public java.lang.Object clone()
clone
in class java.lang.Object