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 描述 classAttributeChangeNotificationFilterclassNotificationFilterSupport提供NotificationFilter接口的实现。Methods in javax.management with parameters of type NotificationFilter Modifier and Type 方法 描述 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。voidMBeanServerDelegate. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidNotificationBroadcaster. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)添加一个监听器到这个MBean。voidNotificationBroadcasterSupport. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)添加一个监听器。voidStandardEmitterMBean. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidMBeanServer. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)voidMBeanServer. removeNotificationListener(ObjectName name, ObjectName 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中删除一个监听器。voidMBeanServerDelegate. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidNotificationBroadcasterSupport. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidNotificationEmitter. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)从这个MBean中删除一个监听器。voidStandardEmitterMBean. 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 方法 描述 voidRequiredModelMBean. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)注册一个实现NotificationListener接口的对象作为监听器。voidRequiredModelMBean. 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 描述 classMBeanServerNotificationFilter -
Uses of NotificationFilter in javax.management.remote
Methods in javax.management.remote with parameters of type NotificationFilter Modifier and Type 方法 描述 voidJMXConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)添加一个监听器以通知连接状态的变化。voidJMXConnector. 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 方法 描述 voidRMIConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidRMIConnector. removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
-