Lines Matching defs:MBeanInfo

48  * <p id="info-changed">Usually the {@code MBeanInfo} for any given MBean does
50 * {@code MBeanInfo} and in that case it is recommended that they emit a {@link
53 * userData} that is the new {@code MBeanInfo}. This is not required, but
57 * MBeanInfo} {@link Descriptor}.</p>
59 * <p>The contents of the <code>MBeanInfo</code> for a Dynamic MBean
64 * <p>The contents of the <code>MBeanInfo</code> for a Standard MBean
98 * <p>The remaining details of the <code>MBeanInfo</code> for a
106 public class MBeanInfo implements Cloneable, Serializable, DescriptorRead {
151 * getters of MBeanInfo. Obviously true for MBeanInfo itself, and true
163 * Constructs an <CODE>MBeanInfo</CODE>.
166 * by this <CODE>MBeanInfo</CODE>. This value may be any
173 * this MBeanInfo.
185 public MBeanInfo(String className,
197 * Constructs an <CODE>MBeanInfo</CODE>.
200 * by this <CODE>MBeanInfo</CODE>. This value may be any
207 * this MBeanInfo.
223 public MBeanInfo(String className,
257 arrayGettersSafe(this.getClass(), MBeanInfo.class);
283 * this <CODE>MBeanInfo</CODE>.
444 * Get the descriptor of this MBeanInfo. Changing the returned value
469 * <p>Compare this MBeanInfo to another. Two MBeanInfo objects
479 * <p>If two MBeanInfo objects return the same values in one of
484 * @return true if and only if <code>o</code> is an MBeanInfo that is equal
491 if (!(o instanceof MBeanInfo))
493 MBeanInfo p = (MBeanInfo) o;
627 * Serializes an {@link MBeanInfo} to an {@link ObjectOutputStream}.
669 * Deserializes an {@link MBeanInfo} from an {@link ObjectInputStream}.