org.glassfish.admin.mejb
Interface RemoteEventListener

All Superinterfaces:
java.rmi.Remote, java.io.Serializable
All Known Implementing Classes:
EventListenerProxy

public interface RemoteEventListener
extends java.rmi.Remote, java.io.Serializable


Method Summary
 void handleNotification(javax.management.Notification n, java.lang.Object h)
           
 

Method Detail

handleNotification

void handleNotification(javax.management.Notification n,
                        java.lang.Object h)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2012 GlassFish Community. All Rights Reserved.