| 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.relation |
Provides the definition of the Relation Service.
|
| 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 | Class and Description |
|---|---|
class |
AttributeChangeNotificationFilter
This class implements of the
NotificationFilter interface for the
attribute change notification.
|
class |
NotificationFilterSupport
Provides an implementation of the
NotificationFilter interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardEmitterMBean.addNotificationListener(NotificationListener
|
void |
NotificationBroadcaster.addNotificationListener(NotificationListener
Adds a listener to this MBean.
|
void |
MBeanServerDelegate.addNotificationListener(NotificationListener
|
void |
NotificationBroadcasterSupport.addNotificationListener(NotificationListener
Adds a listener.
|
void |
MBeanServer.addNotificationListener(ObjectName
Adds a listener to a registered MBean.
|
void |
MBeanServerConnection.addNotificationListener(ObjectName
Adds a listener to a registered MBean.
|
void |
MBeanServer.addNotificationListener(ObjectName
Adds a listener to a registered MBean.
|
void |
MBeanServerConnection.addNotificationListener(ObjectName
Adds a listener to a registered MBean.
|
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener
|
void |
NotificationEmitter.removeNotificationListener(NotificationListener
Removes a listener from this MBean.
|
void |
MBeanServer.removeNotificationListener(ObjectName
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName
Removes a listener from a registered MBean.
|
void |
MBeanServer.removeNotificationListener(ObjectName
|
void |
MBeanServerConnection.removeNotificationListener(ObjectName
Removes a listener from a registered MBean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequiredModelMBean.addNotificationListener(NotificationListener
Registers an object which implements the NotificationListener interface as a listener.
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener
|
| Modifier and Type | Class and Description |
|---|---|
class |
MBeanServerNotificationFilter
Filter for
MBeanServerNotification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JMXConnector.addConnectionNotificationListener(NotificationListener
Adds a listener to be informed of changes in connection status.
|
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener
Removes a listener from the list to be informed of changes in status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RMIConnector.addConnectionNotificationListener(NotificationListener
|
void |
RMIConnector.removeConnectionNotificationListener(NotificationListener
|