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 变量和类型 类 描述 classAttributeChangeNotificationFilter这个类实现的NotificationFilter接口,为attribute change notification。classNotificationFilterSupport提供NotificationFilter接口的实现。Methods in javax.management with parameters of type NotificationFilter 变量和类型 方法 描述 voidMBeanServer. addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)向已注册的MBean添加侦听器。voidMBeanServer. addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)向已注册的MBean添加侦听器。voidMBeanServerConnection. addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)向已注册的MBean添加侦听器。voidMBeanServerConnection. addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)向已注册的MBean添加侦听器。voidNotificationBroadcaster. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)向此MBean添加侦听器。voidNotificationBroadcasterSupport. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)添加一个监听器。voidMBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)从已注册的MBean中删除侦听器。voidMBeanServerConnection. removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)从已注册的MBean中删除侦听器。voidNotificationEmitter. 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 变量和类型 方法 描述 voidRequiredModelMBean. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)将实现NotificationListener接口的对象注册为侦听器。 -
Uses of NotificationFilter in javax.management.relation
Classes in javax.management.relation that implement NotificationFilter 变量和类型 类 描述 classMBeanServerNotificationFilter筛选条件:MBeanServerNotification。 -
Uses of NotificationFilter in javax.management.remote
Methods in javax.management.remote with parameters of type NotificationFilter 变量和类型 方法 描述 voidJMXConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)添加侦听器以通知连接状态的更改。voidJMXConnector. removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)Removes a listener from the list to be informed of changes in status.
-