javax.management.j2ee
Interface ListenerRegistration
- All Superinterfaces:
- Serializable
- public interface ListenerRegistration
- extends Serializable
- Version:
- $Revision: 1.3 $
|
Method Summary |
void |
addNotificationListener(javax.management.ObjectName name,
javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
|
void |
removeNotificationListener(javax.management.ObjectName name,
javax.management.NotificationListener listener)
|
addNotificationListener
public void addNotificationListener(javax.management.ObjectName name,
javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
throws javax.management.InstanceNotFoundException,
RemoteException
- Throws:
javax.management.InstanceNotFoundException
RemoteException
removeNotificationListener
public void removeNotificationListener(javax.management.ObjectName name,
javax.management.NotificationListener listener)
throws javax.management.InstanceNotFoundException,
javax.management.ListenerNotFoundException,
RemoteException
- Throws:
javax.management.InstanceNotFoundException
javax.management.ListenerNotFoundException
RemoteException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.