org.glassfish.admin.mejb
Class RemoteListenerConnector
java.lang.Object
org.glassfish.admin.mejb.RemoteListenerConnector
- All Implemented Interfaces:
- Serializable, EventListener, NotificationListener
public final class RemoteListenerConnector
- extends Object
- implements NotificationListener, 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(String address)
handleNotification
public void handleNotification(Notification evt,
Object h)
- Specified by:
handleNotification in interface NotificationListener
getId
public String getId()
setMBeanServer
public void setMBeanServer(MBeanServer s)
Copyright © 2012 GlassFish Community. All Rights Reserved.