GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type javax.management.NotificationListener | |
void | MBeanServerDelegate.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Registers the specified listener as a new recipient of
notifications from the delegate. |
void | NotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Registers the specified listener as a new recipient of
notifications from this bean. |
void | NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Registers the specified listener as a new recipient of
notifications from this bean. |
void | MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Registers the supplied listener with the specified management
bean. |
void | MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Registers the supplied listener with the specified management
bean. |
void | NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notif, Object passback) This method is called on a per-listener basis, either
from this thread or the supplied executor, and may be
overridden by subclasses which wish to change how
notifications are delivered. |
void | Removes the specified listener from the list of recipients
of notifications from this bean. |
void | Removes the specified listener from the list of recipients
of notifications from this bean. |
void | Removes the specified listener from the list of recipients
of notifications from this bean. |
void | MBeanServerDelegate.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from this delegate. |
void | NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from this bean. |
void | NotificationEmitter.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from this bean. |
void | Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
void | MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
GNU Classpath (0.95) |