| 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 | 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.
|
protected void |
NotificationBroadcasterSupport.handleNotification(NotificationListener
This method is called by
sendNotification for each listener in order to send the notification to that listener.
|
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener
|
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener
Removes a listener from this MBean.
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener
|
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 |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener
Registers an object which implements the NotificationListener interface as a listener.
|
void |
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener
|
void |
RequiredModelMBean.addNotificationListener(NotificationListener
Registers an object which implements the NotificationListener interface as a listener.
|
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener
Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener
Removes a listener for Notifications from the RequiredModelMBean.
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelationService
The Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
|
| 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.
|
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
|
void |
RMIConnector.removeConnectionNotificationListener(NotificationListener
|