Uses of Interface
javax.management.NotificationListener
-
Packages that use NotificationListener 软件包 描述 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 NotificationListener in javax.management
Methods in javax.management with parameters of type NotificationListener Modifier and Type 方法 描述 void
MBeanServer. addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
将一个监听器添加到注册的MBean。void
MBeanServerConnection. addNotificationListener(ObjectName name, NotificationListener 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)
protected void
NotificationBroadcasterSupport. handleNotification(NotificationListener listener, Notification notif, Object handback)
为每个侦听器调用此方法为sendNotification
,以便向该侦听器发送通知。void
MBeanServer. removeNotificationListener(ObjectName name, NotificationListener listener)
void
MBeanServer. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
void
MBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener)
从注册的MBean中删除一个监听器。void
MBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
从注册的MBean中删除一个监听器。void
MBeanServerDelegate. removeNotificationListener(NotificationListener listener)
void
MBeanServerDelegate. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
void
NotificationBroadcaster. removeNotificationListener(NotificationListener listener)
从这个MBean中删除一个监听器。void
NotificationBroadcasterSupport. removeNotificationListener(NotificationListener listener)
void
NotificationBroadcasterSupport. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
void
NotificationEmitter. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
从这个MBean中删除一个监听器。void
StandardEmitterMBean. removeNotificationListener(NotificationListener listener)
void
StandardEmitterMBean. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
-
Uses of NotificationListener in javax.management.modelmbean
Methods in javax.management.modelmbean with parameters of type NotificationListener Modifier and Type 方法 描述 void
ModelMBeanNotificationBroadcaster. addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)
注册一个实现NotificationListener接口的对象作为监听器。void
RequiredModelMBean. addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback)
void
RequiredModelMBean. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
注册一个实现NotificationListener接口的对象作为监听器。void
ModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
从RequiredModelMBean中删除attributeChangeNotifications的侦听器。void
RequiredModelMBean. removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)
void
RequiredModelMBean. removeNotificationListener(NotificationListener listener)
从RequiredModelMBean中删除通知的侦听器。void
RequiredModelMBean. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
-
Uses of NotificationListener in javax.management.relation
Classes in javax.management.relation that implement NotificationListener Modifier and Type Class 描述 class
RelationService
关系服务负责创建和删除关系类型和关系,处理一致性和提供查询机制。 -
Uses of NotificationListener in javax.management.remote
Methods in javax.management.remote with parameters of type NotificationListener Modifier and Type 方法 描述 void
JMXConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
添加一个监听器以通知连接状态的变化。void
JMXConnector. removeConnectionNotificationListener(NotificationListener listener)
从列表中删除一个监听器以通知状态更改。void
JMXConnector. removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)
从列表中删除一个监听器以通知状态更改。 -
Uses of NotificationListener in javax.management.remote.rmi
Methods in javax.management.remote.rmi with parameters of type NotificationListener Modifier and Type 方法 描述 void
RMIConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
void
RMIConnector. removeConnectionNotificationListener(NotificationListener listener)
void
RMIConnector. removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
-