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 变量和类型 类 描述 class
AttributeChangeNotification
提供MBean发送的属性更改通知的定义。class
MBeanServerNotification
表示MBean Server通过MBeanServerDelegate MBean发出的通知。Methods in javax.management with parameters of type Notification 变量和类型 方法 描述 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 变量和类型 方法 描述 void
ModelMBeanNotificationBroadcaster. sendNotification(Notification ntfyObj)
发送通知,该通知作为jmx.modelmbean.generic通知传递给ModelMBean上已注册的通知侦听器。 -
Uses of Notification in javax.management.monitor
Subclasses of Notification in javax.management.monitor 变量和类型 类 描述 class
MonitorNotification
提供监视器MBean发送的通知的定义。 -
Uses of Notification in javax.management.relation
Subclasses of Notification in javax.management.relation 变量和类型 类 描述 class
RelationNotification
关系服务中的更改通知。Methods in javax.management.relation with parameters of type Notification 变量和类型 方法 描述 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 变量和类型 类 描述 class
JMXConnectionNotification
打开或关闭客户端连接或通知丢失时发出的通知。Methods in javax.management.remote that return Notification 变量和类型 方法 描述 Notification
TargetedNotification. 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 变量和类型 类 描述 class
TimerNotification
This class provides definitions of the notifications sent by timer MBeans.
-