org.glassfish.admin.mejb
Class RemoteListenerConnector

java.lang.Object
  extended by 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

Constructor Summary
RemoteListenerConnector(java.lang.String address)
           
 
Method Summary
 java.lang.String getId()
           
 void handleNotification(javax.management.Notification evt, java.lang.Object h)
           
 void setMBeanServer(javax.management.MBeanServer s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteListenerConnector

public RemoteListenerConnector(java.lang.String address)
Method Detail

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.