org.objectweb.jonas.mejb
Interface ListenerProxy

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ListenerProxyImpl

public interface ListenerProxy
extends java.rmi.Remote


Method Summary
 void addNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter)
           
 void handleNotification(javax.management.Notification notification, java.lang.Object handback)
           
 void removeNotificationListener(javax.management.NotificationListener listener)
           
 

Method Detail

handleNotification

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

addNotificationListener

void addNotificationListener(javax.management.NotificationListener listener,
                             javax.management.NotificationFilter filter)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeNotificationListener

void removeNotificationListener(javax.management.NotificationListener listener)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException