|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.adaptors.rmi.MyNotificationListener
| Field Summary | |
(package private) RemoteNotificationListener |
nl
|
| Constructor Summary | |
(package private) |
MyNotificationListener(RemoteNotificationListener nl)
|
| Method Summary | |
void |
handleNotification(Notification notification,
java.lang.Object handback)
Invoked when an JMX notification occurs. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
RemoteNotificationListener nl
| Constructor Detail |
MyNotificationListener(RemoteNotificationListener nl)
| Method Detail |
public void handleNotification(Notification notification,
java.lang.Object handback)
notification - - The notification.handback - - An opaque object which helps the listener to associate information
regarding the MBean emitter. This object was passed to the MBean during the
addListener call and resend, without modification, to the listener. The MBean object
should to use or modify the object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||