|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| javax.management | Provides the core classes for the Java Management Extensions. |
| javax.management.event | Defines the Event Service, which provides extended support for JMX notifications. |
| javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
| javax.management.monitor | Provides the definition of the monitor classes. |
| javax.management.namespace | The javax.management.namespace package makes it possible
to federate MBeanServers into a hierarchical name space. |
| 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. |
| Uses of Notification in javax.management |
|---|
| 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 listener,
Notification notif,
Object handback)
This method is called by sendNotification for each listener in order to send the
notification to that listener. |
void |
NotificationListener.handleNotification(Notification notification,
Object handback)
Invoked when a JMX notification occurs. |
boolean |
QueryNotificationFilter.isNotificationEnabled(Notification notification)
|
boolean |
NotificationFilterSupport.isNotificationEnabled(Notification notification)
Invoked before sending the specified notification to the listener. |
boolean |
NotificationFilter.isNotificationEnabled(Notification notification)
Invoked before sending the specified notification to the listener. |
boolean |
AttributeChangeNotificationFilter.isNotificationEnabled(Notification notification)
Invoked before sending the specified notification to the listener. |
void |
SendNotification.sendNotification(Notification notification)
Sends a notification. |
void |
StandardEmitterMBean.sendNotification(Notification n)
Sends a notification. |
void |
NotificationBroadcasterSupport.sendNotification(Notification notification)
Sends a notification. |
void |
MBeanServerDelegate.sendNotification(Notification notification)
Enables the MBean server to send a notification. |
| Constructor and Description |
|---|
QueryNotificationFilter(Class<? extends Notification> notifClass,
String query)
Construct a QueryNotificationFilter that evaluates the query
in the given string to determine whether to accept a notification,
and where the notification must also be an instance of the given class. |
| Uses of Notification in javax.management.event |
|---|
| Modifier and Type | Method and Description |
|---|---|
void |
RMIPushEventForwarder.forward(Notification n,
Integer listenerId)
|
void |
FetchingEventForwarder.forward(Notification n,
Integer listenerId)
Forwards a notification. |
void |
EventForwarder.forward(Notification n,
Integer listenerId)
Forwards a notification. |
| Uses of Notification in javax.management.modelmbean |
|---|
| Modifier and Type | Method and Description |
|---|---|
void |
RequiredModelMBean.sendNotification(Notification ntfyObj)
|
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification ntfyObj)
Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.generic notification. |
| Uses of Notification in javax.management.monitor |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorNotification
Provides definitions of the notifications sent by monitor MBeans. |
| Uses of Notification in javax.management.namespace |
|---|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualEventManager.publish(ObjectName emitterName,
Notification n)
Sends a notification to the subscribers for a given MBean. |
protected void |
JMXRemoteNamespace.sendNotification(Notification n)
Sends a notification to registered listeners. |
| Uses of Notification in javax.management.relation |
|---|
| 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 notif,
Object handback)
Invoked when a JMX notification occurs. |
boolean |
MBeanServerNotificationFilter.isNotificationEnabled(Notification notif)
Invoked before sending the specified notification to the listener. |
| Uses of Notification in javax.management.remote |
|---|
| 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 notification,
Integer listenerID)
Constructs a TargetedNotification object. |
| Uses of Notification in javax.management.timer |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
TimerNotification
This class provides definitions of the notifications sent by timer MBeans. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.