|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.rmi.MyNotificationListener
class MyNotificationListener
| Field Summary | |
|---|---|
(package private) RemoteNotificationListener |
nl
|
| Constructor Summary | |
|---|---|
MyNotificationListener(RemoteNotificationListener nl)
|
|
| Method Summary | |
|---|---|
void |
handleNotification(javax.management.Notification notification,
java.lang.Object handback)
Invoked when an JMX notification occurs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
RemoteNotificationListener nl
| Constructor Detail |
|---|
MyNotificationListener(RemoteNotificationListener nl)
| Method Detail |
|---|
public void handleNotification(javax.management.Notification notification,
java.lang.Object handback)
handleNotification in interface javax.management.NotificationListenernotification - - 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||