Uses of Class
javax.management.Notification
-
Packages that use Notification 软件包 描述 javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.monitor 提供监视器类的定义。javax.management.relation 提供Relation Service的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.timer 提供Timer MBean的定义。 -
-
Uses of Notification in javax.management
Subclasses of Notification in javax.management 变量和类型 类 描述 classAttributeChangeNotification提供MBean发送的属性更改通知的定义。classMBeanServerNotification表示MBean Server通过MBeanServerDelegate MBean发出的通知。Methods in javax.management with parameters of type Notification 变量和类型 方法 描述 protected voidNotificationBroadcasterSupport. handleNotification(NotificationListener listener, Notification notif, Object handback)对于每个侦听器,此方法由sendNotification调用,以便将通知发送到该侦听器。voidNotificationListener. handleNotification(Notification notification, Object handback)发生JMX通知时调用。booleanAttributeChangeNotificationFilter. isNotificationEnabled(Notification notification)在将指定通知发送到侦听器之前调用。booleanNotificationFilter. isNotificationEnabled(Notification notification)在将指定通知发送到侦听器之前调用。booleanNotificationFilterSupport. isNotificationEnabled(Notification notification)在将指定通知发送到侦听器之前调用。voidMBeanServerDelegate. sendNotification(Notification notification)使MBean服务器能够发送通知。voidNotificationBroadcasterSupport. sendNotification(Notification notification)发送通知。voidStandardEmitterMBean. sendNotification(Notification n)发送通知。 -
Uses of Notification in javax.management.modelmbean
Methods in javax.management.modelmbean with parameters of type Notification 变量和类型 方法 描述 voidModelMBeanNotificationBroadcaster. sendNotification(Notification ntfyObj)发送通知,该通知作为jmx.modelmbean.generic通知传递给ModelMBean上已注册的通知侦听器。 -
Uses of Notification in javax.management.monitor
Subclasses of Notification in javax.management.monitor 变量和类型 类 描述 classMonitorNotification提供监视器MBean发送的通知的定义。 -
Uses of Notification in javax.management.relation
Subclasses of Notification in javax.management.relation 变量和类型 类 描述 classRelationNotification关系服务中的更改通知。Methods in javax.management.relation with parameters of type Notification 变量和类型 方法 描述 voidRelationService. handleNotification(Notification notif, Object handback)发生JMX通知时调用。booleanMBeanServerNotificationFilter. isNotificationEnabled(Notification notif)在将指定通知发送到侦听器之前调用。 -
Uses of Notification in javax.management.remote
Subclasses of Notification in javax.management.remote 变量和类型 类 描述 classJMXConnectionNotification打开或关闭客户端连接或通知丢失时发出的通知。Methods in javax.management.remote that return Notification 变量和类型 方法 描述 NotificationTargetedNotification. getNotification()发出的通知。Constructors in javax.management.remote with parameters of type Notification 构造器 描述 TargetedNotification(Notification notification, Integer listenerID)构造一个TargetedNotification对象。 -
Uses of Notification in javax.management.timer
Subclasses of Notification in javax.management.timer 变量和类型 类 描述 classTimerNotificationThis class provides definitions of the notifications sent by timer MBeans.
-