Lines Matching refs:descriptor

56  * <P id="descriptor">
57 * The fields in the descriptor are defined, but not limited to, the following.
80 * <p>The default descriptor will have the {@code name}, {@code
154 * descriptor. The {@link Descriptor} of the constructed
176 // create default descriptor
190 * @param descriptor An instance of Descriptor containing the
193 * descriptor will be created. If the descriptor does not
195 * descriptor with its default value.
198 * IllegalArgumentException. The descriptor is invalid, or
199 * descriptor field "name" is not equal to name
200 * parameter, or descriptor field "descriptorType" is
201 * not equal to "operation" or descriptor field "role" is
207 Descriptor descriptor)
218 consDescriptor = validDescriptor(descriptor);
221 * Constructs a ModelMBeanConstructorInfo object with a default descriptor.
234 // create default descriptor
249 * @param descriptor An instance of Descriptor containing the appropriate metadata
250 * for this instance of the MBeanConstructorInfo. If it is null then a default descriptor will be created.
251 * If the descriptor does not contain the field "displayName" this field
252 * is added in the descriptor with its default value.
255 * IllegalArgumentException. The descriptor is invalid, or
256 * descriptor field "name" is not equal to name
257 * parameter, or descriptor field "descriptorType" is
258 * not equal to "operation" or descriptor field "role" is
265 Descriptor descriptor)
275 consDescriptor = validDescriptor(descriptor);
338 * descriptor. The Descriptor is validated before it is
344 * the ModelMBeanConstructor. If the descriptor does not
349 * IllegalArgumentException. The descriptor is invalid, or
350 * descriptor field "name" is present but not equal to name
351 * parameter, or descriptor field "descriptorType" is present
352 * but not equal to "operation" or descriptor field "role" is