javax.management
Interface NotificationBroadcaster
- All Known Subinterfaces:
- ModelMBean, ModelMBeanNotificationBroadcaster
- All Known Implementing Classes:
- NotificationBroadcasterSupport
- public interface NotificationBroadcaster
- Version:
- $Revision: 1.3 $
- Author:
- Simone Bordet
getNotificationInfo
public MBeanNotificationInfo[] getNotificationInfo()
addNotificationListener
public void addNotificationListener(NotificationListener listener,
NotificationFilter filter,
java.lang.Object handback)
removeNotificationListener
public void removeNotificationListener(NotificationListener listener)
throws ListenerNotFoundException