| GNU Classpath (0.95) | |
| Frames | No Frames |
Classes implementing javax.management.NotificationFilter | |
| class | Performs filtering of AttributeChangeNotifications
based on a list of attribute names.
|
| class | Performs filtering of Notifications
based on a list of type prefixes. |
Methods with parameter type javax.management.NotificationFilter | |
| 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 | MBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)
Registers the supplied listener with the specified management
bean. |
| void | MBeanServerConnection.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object passback)
Registers the supplied listener with the specified management
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 | 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. |
| void | MBeanServer.removeNotificationListener(ObjectName name, ObjectName 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, ObjectName listener, NotificationFilter filter, Object passback) Removes the specified listener from the list of recipients
of notifications from the supplied bean. |
| GNU Classpath (0.95) |