Uses of Interface
javax.management.NotificationFilter
-
Packages that use NotificationFilter 软件包 描述 javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.relation 提供Relation Service的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。 -
-
Uses of NotificationFilter in javax.management
Classes in javax.management that implement NotificationFilter 变量和类型 类 描述 class
AttributeChangeNotificationFilter
这个类实现的NotificationFilter
接口,为attribute change notification
。class
NotificationFilterSupport
提供NotificationFilter
接口的实现。Methods in javax.management with parameters of type NotificationFilter 变量和类型 方法 描述 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
NotificationBroadcaster. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
向此MBean添加侦听器。void
NotificationBroadcasterSupport. addNotificationListener(NotificationListener 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
NotificationEmitter. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
从此MBean中删除侦听器。 -
Uses of NotificationFilter in javax.management.modelmbean
Methods in javax.management.modelmbean with parameters of type NotificationFilter 变量和类型 方法 描述 void
RequiredModelMBean. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
将实现NotificationListener接口的对象注册为侦听器。 -
Uses of NotificationFilter in javax.management.relation
Classes in javax.management.relation that implement NotificationFilter 变量和类型 类 描述 class
MBeanServerNotificationFilter
筛选条件:MBeanServerNotification
。 -
Uses of NotificationFilter in javax.management.remote
Methods in javax.management.remote with parameters of type NotificationFilter 变量和类型 方法 描述 void
JMXConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
添加侦听器以通知连接状态的更改。void
JMXConnector. removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)
Removes a listener from the list to be informed of changes in status.
-