|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ListenerNotFoundException | |
| javax.management | |
| javax.management.modelmbean | |
| org.huihoo.jfox.jmx | |
| Uses of ListenerNotFoundException in javax.management |
| Methods in javax.management that throw ListenerNotFoundException | |
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
Removes a listener. |
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
Removes a listener from a registered MBean. |
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
Enables to remove a listener from a registered MBean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener)
Enables to remove a listener from a registered MBean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener)
Enables to remove a listener from a registered MBean. |
| Uses of ListenerNotFoundException in javax.management.modelmbean |
| Methods in javax.management.modelmbean that throw ListenerNotFoundException | |
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener)
Removes a listener for Notifications from the RequiredModelMBean. |
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName)
Removes a listener for attributeChangeNotifications from the RequiredModelMBean. |
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName)
Removes a listener for attributeChangeNotifications from the MBean. |
| Uses of ListenerNotFoundException in org.huihoo.jfox.jmx |
| Methods in org.huihoo.jfox.jmx that throw ListenerNotFoundException | |
void |
MBeanServerSupport.removeNotificationListener(ObjectName objectName,
NotificationListener listener)
|
void |
MBeanServerSupport.removeNotificationListener(ObjectName objectName,
ObjectName listenerName)
|
void |
MBeanServerSupport.unregisterInterceptor(MBeanServerInterceptorListener interceptor)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||