API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. NotificationBroadcaster View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 NotificationBroadcaster
Subinterfaces
Description
public interface NotificationBroadcaster
  Interface implemented by an MBean that emits Notifications.
See also:   
Methods
Hide/Show inherited methods
public void addNotificationListener (NotificationListener listener, NotificationFilter filter, Object handback) throws IllegalArgumentException
  Adds a listener to this MBean.
public MBeanNotificationInfo getNotificationInfo ()
  Returns an array indicating, for each notification this MBean may send, the name of the Java class of the notification and the notification type.
public void removeNotificationListener (NotificationListener listener) throws ListenerNotFoundException
  Removes a listener from this MBean.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar