Uses of Interface
javax.management.NotificationFilter
Package
Description
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the definition of the Relation Service.
Interfaces for remote access to
JMX MBean servers.
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
-
Uses of NotificationFilter in javax.management
Modifier and TypeClassDescriptionclass
This class implements of theNotificationFilter
interface for theattribute change notification
.class
Provides an implementation of theNotificationFilter
interface.Modifier and TypeMethodDescriptionvoid
MBeanServer.addNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to a registered MBean.void
MBeanServer.addNotificationListener
(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) Adds a listener to a registered MBean.void
MBeanServerConnection.addNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to a registered MBean.void
MBeanServerConnection.addNotificationListener
(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) Adds a listener to a registered MBean.void
MBeanServerDelegate.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
NotificationBroadcaster.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to this MBean.void
NotificationBroadcasterSupport.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener.void
StandardEmitterMBean.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
MBeanServer.removeNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) void
MBeanServer.removeNotificationListener
(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) void
MBeanServerConnection.removeNotificationListener
(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) 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
MBeanServerDelegate.removeNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
NotificationBroadcasterSupport.removeNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
NotificationEmitter.removeNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Removes a listener from this MBean.void
StandardEmitterMBean.removeNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) -
Uses of NotificationFilter in javax.management.modelmbean
Modifier and TypeMethodDescriptionvoid
RequiredModelMBean.addNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Registers an object which implements the NotificationListener interface as a listener.void
RequiredModelMBean.removeNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) -
Uses of NotificationFilter in javax.management.relation
-
Uses of NotificationFilter in javax.management.remote
Modifier and TypeMethodDescriptionvoid
JMXConnector.addConnectionNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to be informed of changes in connection status.void
JMXConnector.removeConnectionNotificationListener
(NotificationListener l, NotificationFilter f, Object handback) Removes a listener from the list to be informed of changes in status. -
Uses of NotificationFilter in javax.management.remote.rmi
Modifier and TypeMethodDescriptionvoid
RMIConnector.addConnectionNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback) void
RMIConnector.removeConnectionNotificationListener
(NotificationListener listener, NotificationFilter filter, Object handback)