API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. NotificationBroadcasterSupport View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      NotificationBroadcasterSupport
Implements
 NotificationEmitter
Subclasses
Description
public class NotificationBroadcasterSupport
  Provides an implementation of NotificationEmitter interface.
See also:   
Constructors
public NotificationBroadcasterSupport ()
  Constructs a NotificationBroadcasterSupport where each listener is invoked by the thread sending the notification.
public NotificationBroadcasterSupport (Executor executor)
  Constructs a NotificationBroadcasterSupport where each listener is invoked using the given Executor.
public NotificationBroadcasterSupport (Executor executor, MBeanNotificationInfo info)
  Constructs a NotificationBroadcasterSupport with information about the notifications that may be sent, and where each listener is invoked using the given Executor.
public NotificationBroadcasterSupport (MBeanNotificationInfo info)
  Constructs a NotificationBroadcasterSupport with information about the notifications that may be sent.
Methods
Hide/Show inherited methods
public void addNotificationListener (NotificationListener listener, NotificationFilter filter, Object handback)
  Adds a listener.
public MBeanNotificationInfo getNotificationInfo ()
protected void handleNotification (NotificationListener listener, Notification notif, Object handback)
  This method is called by sendNotification for each listener in order to send the notification to that listener.
public void removeNotificationListener (NotificationListener listener) throws ListenerNotFoundException
public void removeNotificationListener (NotificationListener listener, NotificationFilter filter, Object handback) throws ListenerNotFoundException [Specified in NotificationEmitter]
public void sendNotification (Notification notification)
  Sends a notification.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar