Uses of Class
javax.management.Notification
-
Packages that use Notification 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.monitor 提供监视器类的定义。javax.management.relation 提供关系服务的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.timer 提供定时器MBean的定义。 -
-
Uses of Notification in javax.management
Subclasses of Notification in javax.management Modifier and Type Class 描述 classAttributeChangeNotification提供MBean发送的属性更改通知的定义。classMBeanServerNotification表示MBean服务器通过MBeanServerDelegate MBean发出的通知。Methods in javax.management with parameters of type Notification Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 voidModelMBeanNotificationBroadcaster. sendNotification(Notification ntfyObj)发送通知,该通知将作为jmx.modelmbean.generic通知传递给ModelMBean上的注册通知侦听器。voidRequiredModelMBean. sendNotification(Notification ntfyObj) -
Uses of Notification in javax.management.monitor
Subclasses of Notification in javax.management.monitor Modifier and Type Class 描述 classMonitorNotification提供监视器MBean发送的通知的定义。 -
Uses of Notification in javax.management.relation
Subclasses of Notification in javax.management.relation Modifier and Type Class 描述 classRelationNotification关系服务变更通知。Methods in javax.management.relation with parameters of type Notification Modifier and Type 方法 描述 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 Modifier and Type Class 描述 classJMXConnectionNotification客户端连接打开或关闭或通知丢失时发出的通知。Methods in javax.management.remote that return Notification Modifier and Type 方法 描述 NotificationTargetedNotification. getNotification()发出的通知。Constructors in javax.management.remote with parameters of type Notification Constructor 描述 TargetedNotification(Notification notification, Integer listenerID)构造一个TargetedNotification对象。 -
Uses of Notification in javax.management.timer
Subclasses of Notification in javax.management.timer Modifier and Type Class 描述 classTimerNotificationThis class provides definitions of the notifications sent by timer MBeans.
-