|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Notification in javax.management |
Subclasses of Notification in javax.management | |
class |
AttributeChangeNotification
A Notification for AttributeChange sent by MBeans . |
class |
MBeanServerNotification
|
Methods in javax.management with parameters of type Notification | |
boolean |
NotificationFilterSupport.isNotificationEnabled(Notification notification)
|
boolean |
NotificationFilter.isNotificationEnabled(Notification notification)
Invoked before sending the Notification to the listener. |
void |
NotificationBroadcasterSupport.sendNotification(Notification n)
|
boolean |
AttributeChangeNotificationFilter.isNotificationEnabled(Notification notification)
Checks if the given Notification is enabled. |
void |
NotificationListener.handleNotification(Notification notification,
java.lang.Object handback)
Called when a notification occurs. |
Uses of Notification in javax.management.modelmbean |
Methods in javax.management.modelmbean with parameters of type Notification | |
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification notification)
|
Uses of Notification in javax.management.monitor |
Subclasses of Notification in javax.management.monitor | |
class |
MonitorNotification
Class MonitorNotification. |
Uses of Notification in javax.management.relation |
Subclasses of Notification in javax.management.relation | |
class |
RelationNotification
|
Methods in javax.management.relation with parameters of type Notification | |
void |
RelationService.handleNotification(Notification notification,
java.lang.Object handback)
|
boolean |
MBeanServerNotificationFilter.isNotificationEnabled(Notification notification)
|
Uses of Notification in javax.management.timer |
Subclasses of Notification in javax.management.timer | |
class |
TimerNotification
|
Methods in javax.management.timer with parameters of type Notification | |
void |
Timer.sendNotification(Notification n)
|
Uses of Notification in mx4j.connector.rmi |
Methods in mx4j.connector.rmi with parameters of type Notification | |
void |
RemoteNotificationListenerSupport.handleNotification(Notification notification,
java.lang.Object handback)
|
boolean |
RemoteNotificationFilterSupport.isNotificationEnabled(Notification notification)
|
Uses of Notification in mx4j.log |
Methods in mx4j.log with parameters of type Notification | |
void |
LoggerBroadcaster.sendNotification(Notification n)
|
Uses of Notification in mx4j.tools.jython |
Methods in mx4j.tools.jython with parameters of type Notification | |
void |
JythonRunner.handleNotification(Notification notification,
java.lang.Object handback)
|
Uses of Notification in mx4j.tools.mail |
Methods in mx4j.tools.mail with parameters of type Notification | |
void |
SMTP.handleNotification(Notification notification,
java.lang.Object handback)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |