| 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.monitor |
Provides the definition of the monitor classes.
|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| javax.management.remote |
Interfaces for remote access to JMX MBean servers.
|
| javax.management.timer |
Provides the definition of the Timer MBean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeChangeNotification
Provides definitions of the attribute change notifications sent by MBeans.
|
class |
MBeanServerNotification
Represents a notification emitted by the MBean Server through the MBeanServerDelegate MBean.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NotificationBroadcasterSupport.handleNotification(NotificationListener
This method is called by
sendNotification for each listener in order to send the notification to that listener.
|
void |
NotificationListener.handleNotification(Notification
Invoked when a JMX notification occurs.
|
boolean |
AttributeChangeNotificationFilter.isNotificationEnabled(Notification
Invoked before sending the specified notification to the listener.
|
boolean |
NotificationFilterSupport.isNotificationEnabled(Notification
Invoked before sending the specified notification to the listener.
|
boolean |
NotificationFilter.isNotificationEnabled(Notification
Invoked before sending the specified notification to the listener.
|
void |
StandardEmitterMBean.sendNotification(Notification
Sends a notification.
|
void |
MBeanServerDelegate.sendNotification(Notification
Enables the MBean server to send a notification.
|
void |
NotificationBroadcasterSupport.sendNotification(Notification
Sends a notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification
Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.generic notification.
|
void |
RequiredModelMBean.sendNotification(Notification
|
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorNotification
Provides definitions of the notifications sent by monitor MBeans.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelationNotification
A notification of a change in the Relation Service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationService.handleNotification(Notification
Invoked when a JMX notification occurs.
|
boolean |
MBeanServerNotificationFilter.isNotificationEnabled(Notification
Invoked before sending the specified notification to the listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JMXConnectionNotification
Notification emitted when a client connection is opened or closed or when notifications are lost.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
TargetedNotification.getNotification()
The emitted notification.
|
| Constructor and Description | |
|---|---|
TargetedNotification(Notification
Constructs a
TargetedNotification object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimerNotification
This class provides definitions of the notifications sent by timer MBeans.
|