软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.relation |
提供关系服务的定义。
|
javax.management.remote |
用于远程访问JMX MBean服务器接口。
|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
将侦听器添加到这个MBean。
|
void |
MBeanServerDelegate.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
添加一个侦听器。
|
void |
StandardEmitterMBean.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
添加一个监听器注册MBean。
|
void |
MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
添加一个监听器注册MBean。
|
protected void |
NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notif, Object handback)
这种方法被称为
sendNotification 为了每个监听器发送通知,听众。
|
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
从这个MBean移除侦听器。
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener) |
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener) |
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener listener) |
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
NotificationEmitter.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
从这个MBean移除侦听器。
|
void |
MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener) |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener)
从注册MBean移除侦听器。
|
void |
MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
从注册MBean移除侦听器。
|
Modifier and Type | Method and Description |
---|---|
void |
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback) |
void |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)
寄存器实现了notificationlistener接口作为一个侦听器的对象。
|
void |
RequiredModelMBean.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
寄存器实现了notificationlistener接口作为一个侦听器的对象。
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName) |
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
删除一个attributechangenotifications从听众。
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener)
删除一个监听器的通知。
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
Modifier and Type | Class and Description |
---|---|
class |
RelationService
关系服务负责创建和删除关系类型和关系,处理一致性和提供查询机制。
|
Modifier and Type | Method and Description |
---|---|
void |
JMXConnector.addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
添加一个侦听器以获知连接状态的更改。
|
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener listener)
从列表中移除一个侦听器,以获知状态的更改。
|
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)
从列表中移除一个侦听器,以获知状态的更改。
|
Modifier and Type | Method and Description |
---|---|
void |
RMIConnector.addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
RMIConnector.removeConnectionNotificationListener(NotificationListener listener) |
void |
RMIConnector.removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
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.