javax.management.j2ee
Interface ListenerRegistration
- Serializable
public interface ListenerRegistration
extends Serializable
addNotificationListener
public void addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
throws InstanceNotFoundException,
RemoteException
removeNotificationListener
public void removeNotificationListener(ObjectName name,
NotificationListener listener)
throws InstanceNotFoundException,
ListenerNotFoundException,
RemoteException