jdk/src/share/classes/javax/management/MBeanServerNotification.java
changeset 21656 d4c777ccb1db
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
    84  *     or unregistered</li>
    84  *     or unregistered</li>
    85  * <li>Its {@linkplain Notification#getUserData() user data} can optionally
    85  * <li>Its {@linkplain Notification#getUserData() user data} can optionally
    86  *     be set to an array of ObjectNames containing the names of all MBeans
    86  *     be set to an array of ObjectNames containing the names of all MBeans
    87  *     being registered or unregistered.</li>
    87  *     being registered or unregistered.</li>
    88  * </ul>
    88  * </ul>
    89  * </p>
    89  *
    90  * <p>
    90  * <p>
    91  * MBeans which emit these group registration/unregistration notifications will
    91  * MBeans which emit these group registration/unregistration notifications will
    92  * declare them in their {@link MBeanInfo#getNotifications()
    92  * declare them in their {@link MBeanInfo#getNotifications()
    93  * MBeanNotificationInfo}.
    93  * MBeanNotificationInfo}.
    94  * </p>
    94  * </p>