javax.management.j2ee
Interface ListenerRegistration

All Superinterfaces:
java.io.Serializable

public interface ListenerRegistration
extends java.io.Serializable

Version:
$Rev: 46019 $

Method Summary
 void addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void removeNotificationListener(ObjectName name, NotificationListener listener)
           
 

Method Detail

addNotificationListener

public void addNotificationListener(ObjectName name,
                                    NotificationListener listener,
                                    NotificationFilter filter,
                                    java.lang.Object handback)
                             throws InstanceNotFoundException,
                                    java.rmi.RemoteException
Throws:
InstanceNotFoundException
java.rmi.RemoteException

removeNotificationListener

public void removeNotificationListener(ObjectName name,
                                       NotificationListener listener)
                                throws InstanceNotFoundException,
                                       ListenerNotFoundException,
                                       java.rmi.RemoteException
Throws:
InstanceNotFoundException
ListenerNotFoundException
java.rmi.RemoteException