org.objectweb.jonas.management
Interface ReconfigDispatcherMBean
- All Superinterfaces:
- javax.management.NotificationBroadcaster
- All Known Implementing Classes:
- ReconfigDispatcher
- public interface ReconfigDispatcherMBean
- extends javax.management.NotificationBroadcaster
This MBean type has an empty management interface, it only servers for extending NotificationBroadcaster.
Implemented by ReconfigDispatcher
class. All classes which extend ReconfigDispatcher
allow for adding and removing notification listeners, and emitting notifications towards registered listeners.
- Author:
- Adriana Danes
Contributor(s):
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |