public interface ListenerRegistration extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
removeNotificationListener(ObjectName name,
NotificationListener listener) |
void addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) throws InstanceNotFoundException, RemoteException
void removeNotificationListener(ObjectName name, NotificationListener listener) throws InstanceNotFoundException, ListenerNotFoundException, RemoteException
Copyright © 2013. All rights reserved.