jdk/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationBroadcaster.java
changeset 21656 d4c777ccb1db
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
   125          * Sends an attributeChangeNotification which contains the old value and new value for the
   125          * Sends an attributeChangeNotification which contains the old value and new value for the
   126          * attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
   126          * attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
   127          * <P>
   127          * <P>
   128          * @param oldValue The original value for the Attribute
   128          * @param oldValue The original value for the Attribute
   129          * @param newValue The current value for the Attribute
   129          * @param newValue The current value for the Attribute
   130          *<P>
       
   131          * <PRE>
   130          * <PRE>
   132          * The constructed attributeChangeNotification will be:
   131          * The constructed attributeChangeNotification will be:
   133          *   type        "jmx.attribute.change"
   132          *   type        "jmx.attribute.change"
   134          *   source      this ModelMBean instance
   133          *   source      this ModelMBean instance
   135          *   sequence    1
   134          *   sequence    1