软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.monitor |
提供监视器类的定义。
|
javax.management.relation |
提供关系服务的定义。
|
javax.management.remote |
用于远程访问JMX MBean服务器接口。
|
javax.management.timer |
提供的定时器MBean的定义。
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeChangeNotification
提供属性更改通知发送的MBean定义。
|
class |
MBeanServerNotification
代表发出的MBean服务器通过mbeanserverdelegate MBean的通知。
|
Modifier and Type | Method and Description |
---|---|
protected void |
NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notif, Object handback)
这种方法被称为
sendNotification 为了每个监听器发送通知,听众。
|
void |
NotificationListener.handleNotification(Notification notification, Object handback)
当调用一个JMX通知发生。
|
boolean |
NotificationFilter.isNotificationEnabled(Notification notification)
在向侦听器发送指定的通知之前调用。
|
boolean |
NotificationFilterSupport.isNotificationEnabled(Notification notification)
在向侦听器发送指定的通知之前调用。
|
boolean |
AttributeChangeNotificationFilter.isNotificationEnabled(Notification notification)
在向侦听器发送指定的通知之前调用。
|
void |
MBeanServerDelegate.sendNotification(Notification notification)
使MBean服务器发送一个通知。
|
void |
NotificationBroadcasterSupport.sendNotification(Notification notification)
发送通知。
|
void |
StandardEmitterMBean.sendNotification(Notification n)
发送通知。
|
Modifier and Type | Method and Description |
---|---|
void |
RequiredModelMBean.sendNotification(Notification ntfyObj) |
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj)
发送通知,传递给注册通知听众在ModelMBean作为jmx.modelmbean.generic通知。
|
Modifier and Type | Class and Description |
---|---|
class |
MonitorNotification
提供了通过监控MBean发送通知的定义。
|
Modifier and Type | Class and Description |
---|---|
class |
RelationNotification
关系服务变更的通知。
|
Modifier and Type | Method and Description |
---|---|
void |
RelationService.handleNotification(Notification notif, Object handback)
当调用一个JMX通知发生。
|
boolean |
MBeanServerNotificationFilter.isNotificationEnabled(Notification notif)
在向侦听器发送指定的通知之前调用。
|
Modifier and Type | Class and Description |
---|---|
class |
JMXConnectionNotification
当客户端连接被打开或关闭或通知丢失时发出的通知。
|
Modifier and Type | Method and Description |
---|---|
Notification |
TargetedNotification.getNotification()
发出的通知。
|
Constructor and Description |
---|
TargetedNotification(Notification notification, Integer listenerID)
构建了一个
TargetedNotification 对象。
|
Modifier and Type | Class and Description |
---|---|
class |
TimerNotification
这个类提供了定时发送通知的MBean定义。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.