软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.remote |
用于远程访问JMX MBean服务器接口。
|
javax.management.remote.rmi |
RMI连接器是一个JMX远程API,使用RMI传输客户端请求到远程管理服务器连接器。
|
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener listener)
从列表中移除一个侦听器,以获知状态的更改。
|
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)
从列表中移除一个侦听器,以获知状态的更改。
|
Modifier and Type | Method and Description |
---|---|
void |
RMIConnector.removeConnectionNotificationListener(NotificationListener listener) |
void |
RMIConnector.removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
RMIConnectionImpl.removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject) |
void |
RMIConnection.removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)
|
void |
RMIConnectionImpl_Stub.removeNotificationListener(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, MarshalledObject $param_MarshalledObject_4, Subject $param_Subject_5) |
void |
RMIConnectionImpl.removeNotificationListener(ObjectName name, ObjectName listener, Subject delegationSubject) |
void |
RMIConnection.removeNotificationListener(ObjectName name, ObjectName listener, Subject delegationSubject)
|
void |
RMIConnectionImpl_Stub.removeNotificationListener(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3) |
void |
RMIConnectionImpl.removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject) |
void |
RMIConnection.removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
|
void |
RMIConnectionImpl_Stub.removeNotificationListeners(ObjectName $param_ObjectName_1, Integer[] $param_arrayOf_Integer_2, Subject $param_Subject_3) |
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.