KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > j2ee > ListenerRegistration

javax.management.j2ee
Interface ListenerRegistration

All Superinterfaces:
Serializable
See Also:
Top Examples, Source Code

public void addNotificationListener(ObjectName name,
                                    NotificationListener listener,
                                    NotificationFilter filter,
                                    Object handback)
                             throws InstanceNotFoundException,
                                    RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotificationListener(ObjectName name,
                                       NotificationListener listener)
                                throws InstanceNotFoundException,
                                       ListenerNotFoundException,
                                       RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags