|
||||||||||
| 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 |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener)
Removes a listener from a registered MBean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from a registered MBean. The MBean must have a listener that exactly matches the given listener, filter, and
handback parameters. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from a registered MBean. If the listener is registered more than once, perhaps with different filters or callbacks, this method will remove all those registrations. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from a registered MBean. The MBean must have a listener that exactly matches the given listener, filter, and
handback parameters. |
void |
NotificationEmitter.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from this MBean. |
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
Enables to remove a listener from a registered MBean. |
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
Removes a listener. |
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
Removes 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. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from a registered MBean. The MBean must have a listener that exactly matches the given listener, filter, and
handback parameters. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from a registered MBean. The MBean must have a listener that exactly matches the given listener, filter, and
handback parameters. |
| Uses of ListenerNotFoundException in javax.management.modelmbean |
| Methods in javax.management.modelmbean that throw ListenerNotFoundException | |
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener,
java.lang.String attributeName)
Removes a listener for attributeChangeNotifications from the MBean. |
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 |
RequiredModelMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
| 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.removeNotificationListener(ObjectName objectName,
ObjectName listenerName,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from a registered MBean. The MBean must have a listener that exactly matches the given listener, filter, and
handback parameters. |
void |
MBeanServerSupport.removeNotificationListener(ObjectName objectName,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from a registered MBean. The MBean must have a listener that exactly matches the given listener, filter, and
handback parameters. |
void |
MBeanServerSupport.unregisterInterceptor(MBeanServerInterceptorListener interceptor)
|
void |
ExtendedMBeanServer.unregisterInterceptor(MBeanServerInterceptorListener interceptor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||