Package | Description |
---|---|
javax.management |
Provides the core classes for the Java Management Extensions.
|
javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
javax.management.remote |
Interfaces for remote access to
JMX MBean servers.
|
javax.management.remote.rmi |
The RMI connector is a connector for the JMX Remote API that
uses RMI to transmit client requests to a remote MBean server.
|
Modifier and Type | Method and Description |
---|---|
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener) |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener) |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback) |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener)
Removes a listener from a registered MBean.
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean.
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener)
Removes a listener from a registered MBean.
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean.
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener) |
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
Removes a listener from this MBean.
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener) |
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
NotificationEmitter.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from this MBean.
|
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener listener) |
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
Modifier and Type | Method and Description |
---|---|
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener,
String attributeName)
Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener,
String inAttributeName) |
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener)
Removes a listener for Notifications from the RequiredModelMBean.
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
Modifier and Type | Method and Description |
---|---|
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener listener)
Removes a listener from the list to be informed of changes
in status.
|
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener l,
NotificationFilter f,
Object handback)
Removes a listener from the list to be informed of changes
in status.
|
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, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait