|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListenerNotFoundException | |
---|---|
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
Uses of ListenerNotFoundException in javax.management |
---|
Methods in javax.management that throw ListenerNotFoundException | |
---|---|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
|
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
Removes a listener from this MBean. |
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
|
void |
NotificationEmitter.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from this MBean. |
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from a registered MBean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from a registered MBean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener)
Removes a listener from a registered MBean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener)
Removes a listener from a registered MBean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean. |
Uses of ListenerNotFoundException in javax.management.modelmbean |
---|
Methods in javax.management.modelmbean that throw ListenerNotFoundException | |
---|---|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener,
String inAttributeName)
|
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener,
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,
Object handback)
|
|
JMX Specification 1.2 Maintenance Release Generated from RI build jmx-1_2_2_03-b35 2004.10.19_15:30:31_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |