Package org.jboss.mx.notification

Interface Summary
ListenerRegistration (src) A notification listener registration.
ListenerRegistrationFactory (src) A notification listener registration factory.
 

Class Summary
AsynchNotificationBroadcasterSupport (src) A notification broadcaster with asynch notifications
DefaultListenerRegistration (src) The default notification listener registration.
DefaultListenerRegistrationFactory (src) The default listener registration factory.
ListenerRegistry (src) A notification listener registry.
MBeanServerListenerRegistration (src) The notification listener registration for a listener in the mbeanserver.
MBeanServerListenerRegistrationFactory (src) The listener registration factory to create registrations in the mbeanserver for an object name.
MBeanServerListenerRegistry (src) A notification listener registry per ObjectName.
NotificationFilterProxy (src) NotificationFilterProxy wraps a real filter by the users to pass down to the mbean server so that as notification emitters apply the filter, the appropriate source can be set in the notification object before passing to the real filter.
NotificationListenerProxy (src) A notification listener used to forward notifications to listeners added through the mbean server.