Searched defs:MBeanInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanInfo.java48 * <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 { class in inherits:Cloneable,Serializable,DescriptorRead
151 * getters of MBeanInfo. Obviously true for MBeanInfo itsel
185 public MBeanInfo(String className, method in class:MBeanInfo
223 public MBeanInfo(String className, method in class:MBeanInfo
[all...]

Completed in 46 milliseconds