public interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster extends javax.management.NotificationBroadcaster
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.management.modelmbean.ModelMBeanNotificationBroadcaster
  super_class: java.lang.Object
{
  public abstract void sendNotification(javax.management.Notification);
    descriptor: (Ljavax/management/Notification;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
         Name  Flags
      ntfyObj  

  public abstract void sendNotification(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
          Name  Flags
      ntfyText  

  public abstract void sendAttributeChangeNotification(javax.management.AttributeChangeNotification);
    descriptor: (Ljavax/management/AttributeChangeNotification;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
              Name  Flags
      notification  

  public abstract void sendAttributeChangeNotification(javax.management.Attribute, javax.management.Attribute);
    descriptor: (Ljavax/management/Attribute;Ljavax/management/Attribute;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
          Name  Flags
      oldValue  
      newValue  

  public abstract void addAttributeChangeNotificationListener(javax.management.NotificationListener, java.lang.String, java.lang.Object);
    descriptor: (Ljavax/management/NotificationListener;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException, java.lang.IllegalArgumentException
    MethodParameters:
               Name  Flags
      listener       
      attributeName  
      handback       

  public abstract void removeAttributeChangeNotificationListener(javax.management.NotificationListener, java.lang.String);
    descriptor: (Ljavax/management/NotificationListener;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException, javax.management.ListenerNotFoundException
    MethodParameters:
               Name  Flags
      listener       
      attributeName  
}
SourceFile: "ModelMBeanNotificationBroadcaster.java"