API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.modelmbean. ModelMBeanNotificationBroadcaster View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 NotificationBroadcaster
      ModelMBeanNotificationBroadcaster
Subinterfaces
Description
public interface ModelMBeanNotificationBroadcaster
  This interface must be implemented by the ModelMBeans.
See also:   
Methods
Hide/Show inherited methods
public void addAttributeChangeNotificationListener (NotificationListener listener, String attributeName, Object handback) throws MBeanException RuntimeOperationsException IllegalArgumentException
  Registers an object which implements the NotificationListener interface as a listener.
public void removeAttributeChangeNotificationListener (NotificationListener listener, String attributeName) throws MBeanException RuntimeOperationsException ListenerNotFoundException
  Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
public void sendAttributeChangeNotification (Attribute oldValue, Attribute newValue) throws MBeanException RuntimeOperationsException
  Sends an attributeChangeNotification which contains the old value and new value for the attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
public void sendAttributeChangeNotification (AttributeChangeNotification notification) throws MBeanException RuntimeOperationsException
  Sends an attributeChangeNotification which is passed in to the registered attributeChangeNotification listeners on the ModelMBean.
public void sendNotification (Notification ntfyObj) throws MBeanException RuntimeOperationsException
  Sends a Notification which is passed in to the registered Notification listeners on the ModelMBean as a jmx.modelmbean.generic notification.
public void sendNotification (String ntfyText) throws MBeanException RuntimeOperationsException
  Sends a Notification which contains the text string that is passed in to the registered Notification listeners on the ModelMBean.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar