Uses of Interface
javax.management.NotificationFilter
-
Packages that use NotificationFilter 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.relation 提供关系服务的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of NotificationFilter in javax.management
Classes in javax.management that implement NotificationFilter Modifier and Type Class 描述 class
AttributeChangeNotificationFilter
class
NotificationFilterSupport
提供NotificationFilter
接口的实现。Methods in javax.management with parameters of type NotificationFilter Modifier and Type 方法 描述 void
MBeanServer. addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
将一个监听器添加到注册的MBean。void
MBeanServer. addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
将一个监听器添加到注册的MBean。void
MBeanServerConnection. addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
将一个监听器添加到注册的MBean。void
MBeanServerConnection. addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
将一个监听器添加到注册的MBean。void
MBeanServerDelegate. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
void
NotificationBroadcaster. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
添加一个监听器到这个MBean。void
NotificationBroadcasterSupport. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
添加一个监听器。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)
从注册的MBean中删除一个监听器。void
MBeanServerConnection. removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
从注册的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)
从这个MBean中删除一个监听器。void
StandardEmitterMBean. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
-
Uses of NotificationFilter in javax.management.modelmbean
Methods in javax.management.modelmbean with parameters of type NotificationFilter Modifier and Type 方法 描述 void
RequiredModelMBean. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
注册一个实现NotificationListener接口的对象作为监听器。void
RequiredModelMBean. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
-
Uses of NotificationFilter in javax.management.relation
Classes in javax.management.relation that implement NotificationFilter Modifier and Type Class 描述 class
MBeanServerNotificationFilter
-
Uses of NotificationFilter in javax.management.remote
Methods in javax.management.remote with parameters of type NotificationFilter Modifier and Type 方法 描述 void
JMXConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
添加一个监听器以通知连接状态的变化。void
JMXConnector. removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)
从列表中删除一个监听器以通知状态更改。 -
Uses of NotificationFilter in javax.management.remote.rmi
Methods in javax.management.remote.rmi with parameters of type NotificationFilter Modifier and Type 方法 描述 void
RMIConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
void
RMIConnector. removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
-