org.glassfish.admin.mejb
Class RemoteListenerConnector
java.lang.Object
org.glassfish.admin.mejb.RemoteListenerConnector
- All Implemented Interfaces:
- java.io.Serializable, java.util.EventListener, javax.management.NotificationListener
public final class RemoteListenerConnector
- extends java.lang.Object
- implements javax.management.NotificationListener, java.io.Serializable
RemoteListenerConnectors are instantiated by the ListenerRegistry
with the address of the callback port of the RemoteEventListener
and then registered with the MBeanServer by the MEJB.
- Author:
- Hans Hrasna
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteListenerConnector
public RemoteListenerConnector(java.lang.String address)
handleNotification
public void handleNotification(javax.management.Notification evt,
java.lang.Object h)
- Specified by:
handleNotification in interface javax.management.NotificationListener
getId
public java.lang.String getId()
setMBeanServer
public void setMBeanServer(javax.management.MBeanServer s)
Copyright © 2012 GlassFish Community. All Rights Reserved.