jdk/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationBroadcaster.java
changeset 24368 2b4801b94265
parent 23010 6dadb192ad81
equal deleted inserted replaced
24367:705490680527 24368:2b4801b94265
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   122 
   122 
   123 
   123 
   124         /**
   124         /**
   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          *
   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          * <PRE>
   130          * <PRE>
   131          * The constructed attributeChangeNotification will be:
   131          * The constructed attributeChangeNotification will be:
   132          *   type        "jmx.attribute.change"
   132          *   type        "jmx.attribute.change"