|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.management.mejb.RMINotificationListener
Notification Listener Implementation registered as MBean on the remote JMX Server and the added as Notification Listener on the remote JMX Server. Each notification received will be transfered to the remote client using RMI Callback Objects.
Constructor Summary | |
RMINotificationListener(RMIClientNotificationListenerInterface pClientListener)
Creates the RMI Notification Listener MBean implemenation which will be registered at the remote JMX Server as notificatin listener and then send the notification over the provided RMI Notification sender to the client |
Method Summary | |
boolean |
equals(Object pTest)
Test if this and the given Object are equal. |
void |
handleNotification(javax.management.Notification pNotification,
Object pHandback)
Handles the given notifcation event and passed it to the registered RMI Notification Sender |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RMINotificationListener(RMIClientNotificationListenerInterface pClientListener)
pClientListener
- RMI-Stub used to transfer the Notification over
the wire.Method Detail |
public void handleNotification(javax.management.Notification pNotification, Object pHandback)
handleNotification
in interface ListenerMBean
pNotification
- NotificationEventpHandback
- Handback objectpublic boolean equals(Object pTest)
pTest
- Other object to test if equal
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |