jdk/src/share/classes/javax/management/Descriptor.java
changeset 21656 d4c777ccb1db
parent 20455 f6f9a0c2796b
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
    94  * method for the associated {@code MBeanAttributeInfo} or {@code
    94  * method for the associated {@code MBeanAttributeInfo} or {@code
    95  * MBeanParameterInfo}.  For MXBeans, this means that they should be
    95  * MBeanParameterInfo}.  For MXBeans, this means that they should be
    96  * of the mapped Java type, called <em>opendata</em>(J) in the <a
    96  * of the mapped Java type, called <em>opendata</em>(J) in the <a
    97  * href="MXBean.html#mapping-rules">MXBean type mapping rules</a>.</p>
    97  * href="MXBean.html#mapping-rules">MXBean type mapping rules</a>.</p>
    98  *
    98  *
    99  * <table border="1" cellpadding="5">
    99  * <table border="1" cellpadding="5" summary="Descriptor Fields">
   100  *
   100  *
   101  * <tr><th>Name</th><th>Type</th><th>Used in</th><th>Meaning</th></tr>
   101  * <tr><th>Name</th><th>Type</th><th>Used in</th><th>Meaning</th></tr>
   102  *
   102  *
   103  * <tr id="defaultValue"><td><i>defaultValue</i><td>Object</td>
   103  * <tr id="defaultValue"><td><i>defaultValue</i><td>Object</td>
   104  * <td>MBeanAttributeInfo<br>MBeanParameterInfo</td>
   104  * <td>MBeanAttributeInfo<br>MBeanParameterInfo</td>
   328  * MBeans.  The <a href="#displayName">displayName</a>, <a href="#severity"><!--
   328  * MBeans.  The <a href="#displayName">displayName</a>, <a href="#severity"><!--
   329  * -->severity</a>, and <a href="#visibility">visibility</a> fields are of
   329  * -->severity</a>, and <a href="#visibility">visibility</a> fields are of
   330  * interest outside Model MBeans, for example.  But only Model MBeans have
   330  * interest outside Model MBeans, for example.  But only Model MBeans have
   331  * a predefined behavior for these fields.</p>
   331  * a predefined behavior for these fields.</p>
   332  *
   332  *
   333  * <table border="1" cellpadding="5">
   333  * <table border="1" cellpadding="5" summary="ModelMBean Fields">
   334  *
   334  *
   335  * <tr><th>Name</th><th>Type</th><th>Used in</th><th>Meaning</th></tr>
   335  * <tr><th>Name</th><th>Type</th><th>Used in</th><th>Meaning</th></tr>
   336  *
   336  *
   337  * <tr><td>class</td><td>String</td><td>ModelMBeanOperationInfo</td>
   337  * <tr><td>class</td><td>String</td><td>ModelMBeanOperationInfo</td>
   338  *     <td>Class where method is defined (fully qualified).</td></tr>
   338  *     <td>Class where method is defined (fully qualified).</td></tr>