javax.management
Interface NotificationBroadcaster

All Known Subinterfaces:
ModelMBean, ModelMBeanNotificationBroadcaster
All Known Implementing Classes:
NotificationBroadcasterSupport

public interface NotificationBroadcaster

Version:
$Revision: 1.3 $
Author:
Simone Bordet

Method Summary
 void addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 MBeanNotificationInfo[] getNotificationInfo()
           
 void removeNotificationListener(NotificationListener listener)
           
 

Method Detail

getNotificationInfo

public MBeanNotificationInfo[] getNotificationInfo()

addNotificationListener

public void addNotificationListener(NotificationListener listener,
                                    NotificationFilter filter,
                                    java.lang.Object handback)

removeNotificationListener

public void removeNotificationListener(NotificationListener listener)
                                throws ListenerNotFoundException