jdk/src/share/classes/javax/management/modelmbean/ModelMBeanOperationInfo.java
changeset 21656 d4c777ccb1db
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
    57  * <P id="descriptor">
    57  * <P id="descriptor">
    58  * The fields in the descriptor are defined, but not limited to, the following.
    58  * The fields in the descriptor are defined, but not limited to, the following.
    59  * Note that when the Type in this table is Number, a String that is the decimal
    59  * Note that when the Type in this table is Number, a String that is the decimal
    60  * representation of a Long can also be used.</P>
    60  * representation of a Long can also be used.</P>
    61  *
    61  *
    62  * <table border="1" cellpadding="5">
    62  * <table border="1" cellpadding="5" summary="ModelMBeanOperationInfo Fields">
    63  * <tr><th>Name</th><th>Type</th><th>Meaning</th></tr>
    63  * <tr><th>Name</th><th>Type</th><th>Meaning</th></tr>
    64  * <tr><td>name</td><td>String</td>
    64  * <tr><td>name</td><td>String</td>
    65  *     <td>Operation name.</td></tr>
    65  *     <td>Operation name.</td></tr>
    66  * <tr><td>descriptorType</td><td>String</td>
    66  * <tr><td>descriptorType</td><td>String</td>
    67  *     <td>Must be "operation".</td></tr>
    67  *     <td>Must be "operation".</td></tr>