| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NotificationListener | |
| javax.management | |
| javax.management.modelmbean | |
| javax.management.relation | The JBossMX relation service. | 
| org.jboss.mx.loading | |
| org.jboss.mx.modelmbean | |
| org.jboss.mx.notification | |
| org.jboss.mx.server | |
| org.jboss.mx.util | Utilities for the Java Management Extentions API. | 
| Uses of NotificationListener in javax.management | 
| Methods in javax.management with parameters of type NotificationListener | |
 void | 
NotificationEmitter.removeNotificationListener(NotificationListener listener,
                           NotificationFilter filter,
                           Object handback)
Removes a listener from the Emitter.  | 
 void | 
NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
 | 
 void | 
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
 | 
 void | 
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
                           NotificationFilter filter,
                           Object handback)
 | 
protected  void | 
NotificationBroadcasterSupport.handleNotification(NotificationListener listener,
                   Notification notification,
                   Object handback)
Handle the notification, the default implementation is to synchronously invoke the listener.  | 
 void | 
NotificationBroadcaster.addNotificationListener(NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
Add a listener to an MBean.  | 
 void | 
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
Removes a listener from an MBean.  | 
 void | 
MBeanServerDelegate.addNotificationListener(NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
 | 
 void | 
MBeanServerDelegate.removeNotificationListener(NotificationListener listener)
 | 
 void | 
MBeanServerDelegate.removeNotificationListener(NotificationListener listener,
                           NotificationFilter filter,
                           Object handback)
 | 
 void | 
MBeanServerConnection.addNotificationListener(ObjectName name,
                        NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
Add a notification listener to an MBean.  | 
 void | 
MBeanServerConnection.removeNotificationListener(ObjectName name,
                           NotificationListener listener)
Removes a listener from an mbean.  | 
 void | 
MBeanServerConnection.removeNotificationListener(ObjectName name,
                           NotificationListener listener,
                           NotificationFilter filter,
                           Object handback)
Removes a listener from an mbean.  | 
 void | 
MBeanServer.addNotificationListener(ObjectName name,
                        NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
Add a notification listener to an MBean.  | 
 void | 
MBeanServer.removeNotificationListener(ObjectName name,
                           NotificationListener listener)
Removes a listener from an mbean.  | 
 void | 
MBeanServer.removeNotificationListener(ObjectName name,
                           NotificationListener listener,
                           NotificationFilter filter,
                           Object handback)
Removes a listener from an mbean.  | 
| Uses of NotificationListener in javax.management.modelmbean | 
| Methods in javax.management.modelmbean with parameters of type NotificationListener | |
 void | 
RequiredModelMBean.addNotificationListener(NotificationListener inlistener,
                        NotificationFilter infilter,
                        Object inhandback)
 | 
 void | 
RequiredModelMBean.removeNotificationListener(NotificationListener inlistener)
 | 
 void | 
RequiredModelMBean.removeNotificationListener(NotificationListener listener,
                           NotificationFilter filter,
                           Object handback)
 | 
 void | 
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener,
                                       String inAttributeName,
                                       Object inhandback)
 | 
 void | 
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener,
                                          String inAttributeName)
 | 
 void | 
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener inlistener,
                                       String inAttributeName,
                                       Object inhandback)
 | 
 void | 
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener inlistener,
                                          String inAttributeName)
 | 
| Uses of NotificationListener in javax.management.relation | 
| Classes in javax.management.relation that implement NotificationListener | |
 class | 
RelationService
Implements the management interface for a relation service.  | 
| Uses of NotificationListener in org.jboss.mx.loading | 
| Methods in org.jboss.mx.loading with parameters of type NotificationListener | |
 void | 
UnifiedLoaderRepository4.addNotificationListener(NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
addNotificationListener delegates to the broadcaster object we hold.  | 
 void | 
UnifiedLoaderRepository4.removeNotificationListener(NotificationListener listener)
removeNotificationListener delegates to our broadcaster object  | 
 void | 
UnifiedLoaderRepository3.addNotificationListener(NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
addNotificationListener delegates to the broadcaster object we hold.  | 
 void | 
UnifiedLoaderRepository3.removeNotificationListener(NotificationListener listener)
removeNotificationListener delegates to our broadcaster object  | 
 void | 
UnifiedLoaderRepository2.addNotificationListener(NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
Deprecated. addNotificationListener delegates to the broadcaster object we hold.  | 
 void | 
UnifiedLoaderRepository2.removeNotificationListener(NotificationListener listener)
Deprecated. removeNotificationListener delegates to our broadcaster object  | 
 void | 
UnifiedLoaderRepository.addNotificationListener(NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
Deprecated. addNotificationListener delegates to the broadcaster object we hold.  | 
 void | 
UnifiedLoaderRepository.removeNotificationListener(NotificationListener listener)
Deprecated. removeNotificationListener delegates to our broadcaster object  | 
| Uses of NotificationListener in org.jboss.mx.modelmbean | 
| Classes in org.jboss.mx.modelmbean that implement NotificationListener | |
 class | 
XMBean
XMBean implementation.  | 
| Uses of NotificationListener in org.jboss.mx.notification | 
| Methods in org.jboss.mx.notification that return NotificationListener | |
 NotificationListener | 
MBeanServerListenerRegistration.getListener()
 | 
 NotificationListener | 
ListenerRegistration.getListener()
Retrieve the listener for this registration.  | 
 NotificationListener | 
ListenerRegistration.getRegisteredListener()
Retrieve the listener that was registered.  | 
 NotificationListener | 
DefaultListenerRegistration.getListener()
 | 
 NotificationListener | 
DefaultListenerRegistration.getRegisteredListener()
 | 
| Methods in org.jboss.mx.notification with parameters of type NotificationListener | |
static Object | 
NotificationListenerProxy.newInstance(ObjectName name,
            NotificationListener listener)
 | 
 void | 
MBeanServerListenerRegistry.add(ObjectName name,
    NotificationBroadcaster broadcaster,
    NotificationListener listener,
    NotificationFilter filter,
    Object handback)
Adds a listener to the mbean  | 
 void | 
MBeanServerListenerRegistry.remove(ObjectName name,
       NotificationListener listener)
Removes all registrations for a listener.  | 
 void | 
MBeanServerListenerRegistry.remove(ObjectName name,
       NotificationListener listener,
       NotificationFilter filter,
       Object handback)
Removes only the registrations for a listener that match the filter and handback.  | 
 ListenerRegistration | 
MBeanServerListenerRegistrationFactory.create(NotificationListener listener,
       NotificationFilter filter,
       Object handback)
 | 
 void | 
ListenerRegistry.add(NotificationListener listener,
    NotificationFilter filter,
    Object handback)
Adds a listener to a broadcaster  | 
 void | 
ListenerRegistry.remove(NotificationListener listener)
Removes all registrations for a listener.  | 
 void | 
ListenerRegistry.remove(NotificationListener listener,
       NotificationFilter filter,
       Object handback)
Removes only the registrations for a listener that match the filter and handback.  | 
 ListenerRegistration | 
ListenerRegistrationFactory.create(NotificationListener listener,
       NotificationFilter filter,
       Object handback)
Create a listener registration  | 
 ListenerRegistration | 
DefaultListenerRegistrationFactory.create(NotificationListener listener,
       NotificationFilter filter,
       Object handback)
 | 
 void | 
AsynchNotificationBroadcasterSupport.handleNotification(NotificationListener listener,
                   Notification notification,
                   Object handback)
Handle the notification, asynchronously invoke the listener.  | 
| Constructors in org.jboss.mx.notification with parameters of type NotificationListener | |
NotificationListenerProxy(ObjectName name,
                          NotificationListener listener)
Create a new Notification Listener Proxy  | 
|
MBeanServerListenerRegistration(ObjectName name,
                                NotificationBroadcaster broadcaster,
                                NotificationListener listener,
                                NotificationFilter filter,
                                Object handback)
Create a listener registration  | 
|
DefaultListenerRegistration(NotificationListener listener,
                            NotificationFilter filter,
                            Object handback)
Create a listener registration  | 
|
AsynchNotificationBroadcasterSupport.AsynchNotifier(NotificationListener listener,
                                                    Notification notification,
                                                    Object handback)
 | 
|
| Uses of NotificationListener in org.jboss.mx.server | 
| Classes in org.jboss.mx.server that implement NotificationListener | |
 class | 
NotificationListenerProxy
A notification listener used to forward notifications to listeners added through the mbean server.  | 
| Constructors in org.jboss.mx.server with parameters of type NotificationListener | |
NotificationListenerProxy(ObjectName name,
                          NotificationListener listener)
Create a new Notification Listener Proxy  | 
|
| Uses of NotificationListener in org.jboss.mx.util | 
| Methods in org.jboss.mx.util with parameters of type NotificationListener | |
 void | 
JBossNotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,
                        NotificationFilter filter,
                        Object handback)
 | 
 void | 
JBossNotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
 | 
 void | 
JBossNotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
                           NotificationFilter filter,
                           Object handback)
 | 
 void | 
JBossNotificationBroadcasterSupport.handleNotification(NotificationListener listener,
                   Notification notification,
                   Object handback)
Handle the notification, the default implementation is to synchronously invoke the listener.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||