Uses of Interface
javax.management.NotificationListener
- 
Packages that use NotificationListener 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.relation Provides the definition of the Relation Service.javax.management.remote Interfaces for remote access to JMX MBean servers.javax.management.remote.rmi The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
- 
- 
Uses of NotificationListener in javax.managementMethods in javax.management with parameters of type NotificationListener Modifier and Type Method Description voidMBeanServer. addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener to a registered MBean.voidMBeanServerConnection. addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener to a registered MBean.voidMBeanServerDelegate. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidNotificationBroadcaster. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener to this MBean.voidNotificationBroadcasterSupport. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener.voidStandardEmitterMBean. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)protected voidNotificationBroadcasterSupport. handleNotification(NotificationListener listener, Notification notif, Object handback)This method is called bysendNotificationfor each listener in order to send the notification to that listener.voidMBeanServer. removeNotificationListener(ObjectName name, NotificationListener listener)voidMBeanServer. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)voidMBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener)Removes a listener from a registered MBean.voidMBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)Removes a listener from a registered MBean.voidMBeanServerDelegate. removeNotificationListener(NotificationListener listener)voidMBeanServerDelegate. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidNotificationBroadcaster. removeNotificationListener(NotificationListener listener)Removes a listener from this MBean.voidNotificationBroadcasterSupport. removeNotificationListener(NotificationListener listener)voidNotificationBroadcasterSupport. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidNotificationEmitter. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Removes a listener from this MBean.voidStandardEmitterMBean. removeNotificationListener(NotificationListener listener)voidStandardEmitterMBean. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
- 
Uses of NotificationListener in javax.management.modelmbeanMethods in javax.management.modelmbean with parameters of type NotificationListener Modifier and Type Method Description voidModelMBeanNotificationBroadcaster. addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)Registers an object which implements the NotificationListener interface as a listener.voidRequiredModelMBean. addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback)voidRequiredModelMBean. addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Registers an object which implements the NotificationListener interface as a listener.voidModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)Removes a listener for attributeChangeNotifications from the RequiredModelMBean.voidRequiredModelMBean. removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)voidRequiredModelMBean. removeNotificationListener(NotificationListener listener)Removes a listener for Notifications from the RequiredModelMBean.voidRequiredModelMBean. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
- 
Uses of NotificationListener in javax.management.relationClasses in javax.management.relation that implement NotificationListener Modifier and Type Class Description classRelationServiceThe Relation Service is in charge of creating and deleting relation types and relations, of handling the consistency and of providing query mechanisms.
- 
Uses of NotificationListener in javax.management.remoteMethods in javax.management.remote with parameters of type NotificationListener Modifier and Type Method Description voidJMXConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Adds a listener to be informed of changes in connection status.voidJMXConnector. removeConnectionNotificationListener(NotificationListener listener)Removes a listener from the list to be informed of changes in status.voidJMXConnector. removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)Removes a listener from the list to be informed of changes in status.
- 
Uses of NotificationListener in javax.management.remote.rmiMethods in javax.management.remote.rmi with parameters of type NotificationListener Modifier and Type Method Description voidRMIConnector. addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)voidRMIConnector. removeConnectionNotificationListener(NotificationListener listener)voidRMIConnector. removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
 
-