|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Notification in javax.management |
| Subclasses of Notification in javax.management | |
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. |
| Methods in javax.management with parameters of type Notification | |
void |
NotificationListener.handleNotification(Notification notification,
java.lang.Object obj)
|
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. |
void |
NotificationBroadcasterSupport.sendNotification(Notification notification)
Sends a notification. |
void |
MBeanServerDelegate.sendNotification(Notification notification)
Enables the MBean server to send a notification. |
boolean |
AttributeChangeNotificationFilter.isNotificationEnabled(Notification notification)
Invoked before sending the specified notification to the listener. |
| Uses of Notification in javax.management.modelmbean |
| Methods in javax.management.modelmbean with parameters of type Notification | |
void |
RequiredModelMBean.sendNotification(Notification notification)
Sends a Notification which is passed in to the registered Notification listeners on the RequiredModelMBean. |
void |
ModelMBeanNotificationBroadcaster.sendNotification(Notification notification)
Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.general notification. |
| Uses of Notification in javax.management.monitor |
| Subclasses of Notification in javax.management.monitor | |
class |
MonitorNotification
Provides definitions of the notifications sent by monitor MBeans. |
| Uses of Notification in javax.management.relation |
| Subclasses of Notification in javax.management.relation | |
class |
RelationNotification
A RelationNotification notification is sent when a relation is created via the Relation Service, or a MBean is added as a relation in the Relation Service, or a role is updated in a relation, or a relation is removed from the Relation Service |
| Methods in javax.management.relation with parameters of type Notification | |
void |
RelationService.handleNotification(Notification notif,
java.lang.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.timer |
| Subclasses of Notification in javax.management.timer | |
class |
TimerNotification
This class provides definitions of the notifications sent by timer MBeans. |
| Uses of Notification in org.huihoo.jfox.jmx |
| Subclasses of Notification in org.huihoo.jfox.jmx | |
class |
ExtendedMBeanServerNotification
|
| Uses of Notification in org.huihoo.jfox.jmx.interceptor |
| Methods in org.huihoo.jfox.jmx.interceptor with parameters of type Notification | |
void |
MBeanServerInterceptorListener.handleNotification(Notification notification,
java.lang.Object obj)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||