|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.rmi.RemoteNotificationListenerImpl
public class RemoteNotificationListenerImpl
this class acts as a wrapper for the notificationlistener implementation and will be used for propogating the notifications to the client side of the rmi environment.
| Field Summary | |
|---|---|
javax.management.NotificationListener |
notifListener
The NotificationListener object that is registered for listening to Notifications. |
| Constructor Summary | |
|---|---|
RemoteNotificationListenerImpl()
Default Constructor. |
|
RemoteNotificationListenerImpl(javax.management.NotificationListener notifListener)
Constructor that takes the NotificationListener instance that this RemoteNotificationListener would represent on the client side. |
|
| Method Summary | |
|---|---|
void |
handleNotification(javax.management.Notification notification,
java.lang.Object handback)
Implementation of the RemoteNotificationListener interface Invoked when an remote JMX notification occurs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public javax.management.NotificationListener notifListener
| Constructor Detail |
|---|
public RemoteNotificationListenerImpl()
public RemoteNotificationListenerImpl(javax.management.NotificationListener notifListener)
notifListener - NotificationListener instance| Method Detail |
|---|
public void handleNotification(javax.management.Notification notification,
java.lang.Object handback)
throws java.rmi.RemoteException
handleNotification in interface RemoteNotificationListenernotification - 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.
RemoteException - wraps any exception that may occur when
trying to propogate this exception to the Remote Client.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||