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 描述 class
AttributeChangeNotification
提供MBean发送的属性更改通知的定义。class
MBeanServerNotification
表示MBean服务器通过MBeanServerDelegate MBean发出的通知。Methods in javax.management with parameters of type Notification Modifier and Type 方法 描述 protected void
NotificationBroadcasterSupport. handleNotification(NotificationListener listener, Notification notif, Object handback)
为了将通知发送给该监听器,此方法为每个侦听器调用sendNotification
。void
NotificationListener. handleNotification(Notification notification, Object handback)
JMX通知发生时调用。boolean
AttributeChangeNotificationFilter. isNotificationEnabled(Notification notification)
在将指定的通知发送给侦听器之前调用。boolean
NotificationFilter. isNotificationEnabled(Notification notification)
在将指定的通知发送给侦听器之前调用。boolean
NotificationFilterSupport. isNotificationEnabled(Notification notification)
在将指定的通知发送给侦听器之前调用。void
MBeanServerDelegate. sendNotification(Notification notification)
启用MBean服务器发送通知。void
NotificationBroadcasterSupport. sendNotification(Notification notification)
发送通知。void
StandardEmitterMBean. sendNotification(Notification n)
发送通知。 -
Uses of Notification in javax.management.modelmbean
Methods in javax.management.modelmbean with parameters of type Notification Modifier and Type 方法 描述 void
ModelMBeanNotificationBroadcaster. sendNotification(Notification ntfyObj)
发送通知,该通知将作为jmx.modelmbean.generic通知传递给ModelMBean上的注册通知侦听器。void
RequiredModelMBean. sendNotification(Notification ntfyObj)
-
Uses of Notification in javax.management.monitor
Subclasses of Notification in javax.management.monitor Modifier and Type Class 描述 class
MonitorNotification
提供监视器MBean发送的通知的定义。 -
Uses of Notification in javax.management.relation
Subclasses of Notification in javax.management.relation Modifier and Type Class 描述 class
RelationNotification
关系服务变更通知。Methods in javax.management.relation with parameters of type Notification Modifier and Type 方法 描述 void
RelationService. handleNotification(Notification notif, Object handback)
JMX通知发生时调用。boolean
MBeanServerNotificationFilter. isNotificationEnabled(Notification notif)
在将指定的通知发送给侦听器之前调用。 -
Uses of Notification in javax.management.remote
Subclasses of Notification in javax.management.remote Modifier and Type Class 描述 class
JMXConnectionNotification
客户端连接打开或关闭或通知丢失时发出的通知。Methods in javax.management.remote that return Notification Modifier and Type 方法 描述 Notification
TargetedNotification. 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 描述 class
TimerNotification
This class provides definitions of the notifications sent by timer MBeans.
-