|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListenerNotFoundException | |
javax.management | Provides the core JMX classes. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
Uses of ListenerNotFoundException in javax.management |
Methods in javax.management that throw ListenerNotFoundException | |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener)
Removes 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. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from a registered MBean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from a registered MBean. |
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
Removes a listener from this MBean. |
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. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from a registered MBean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from a registered MBean. |
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
NotificationEmitter.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
Removes a listener from this MBean. |
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 RequiredModelMBean. |
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener)
Removes a listener for Notifications from the RequiredModelMBean. |
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener,
java.lang.String inAttributeName)
|
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |