Frames | No Frames |
Constructors with parameter type javax.management.Notification | |
Constructs a new TargetedNotification which connects
the supplied notification with the specified identifier. |
Methods with return type javax.management.Notification | |
Notification | Returns the notification.
|
Classes derived from javax.management.Notification | |
class | Defines the notification used to let listeners know of
an attribute change. |
class | The notification emitted by a management server on a registration
or de-registration event. |
Methods with parameter type javax.management.Notification | |
void | Invoked by the notifying bean when a notification is to
be delivered to the recipient. |
void | NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notif, Object passback) This method is called on a per-listener basis, either
from this thread or the supplied executor, and may be
overridden by subclasses which wish to change how
notifications are delivered. |
boolean | Returns true if the specified notification is an
AttributeChangeNotification and the name of the
attribute concerned is in the list of enabled attributes
for this filter.
|
boolean | Returns true if the specified notification should be passed
on to the listener.
|
boolean | Returns true if the type of the specified notification
begins with one of the enabled type prefixes.
|
void | Allows the server to use the delegate to send a notification.
|
void |
Performs delivery of the notification. |