javax.management.j2ee
Interface ListenerRegistration

All Superinterfaces:
Serializable

public interface ListenerRegistration
extends Serializable

Version:
$Rev: 467553 $

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

Method Detail

addNotificationListener

void addNotificationListener(ObjectName name,
                             NotificationListener listener,
                             NotificationFilter filter,
                             Object handback)
                             throws InstanceNotFoundException,
                                    RemoteException
Throws:
InstanceNotFoundException
RemoteException

removeNotificationListener

void removeNotificationListener(ObjectName name,
                                NotificationListener listener)
                                throws InstanceNotFoundException,
                                       ListenerNotFoundException,
                                       RemoteException
Throws:
InstanceNotFoundException
ListenerNotFoundException
RemoteException


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.