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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanAttributeInfo.java51 * <p>The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
115 public class ModelMBeanAttributeInfo class in inherits:MBeanAttributeInfo,DescriptorAccess
177 private final static String currClass = "ModelMBeanAttributeInfo";
180 * Constructs a ModelMBeanAttributeInfo object with a default
197 public ModelMBeanAttributeInfo(String name, method in class:ModelMBeanAttributeInfo
206 ModelMBeanAttributeInfo.class.getName(),
207 "ModelMBeanAttributeInfo(" +
219 * Constructs a ModelMBeanAttributeInfo object. The {@link
245 public ModelMBeanAttributeInfo(String name, method in class:ModelMBeanAttributeInfo
256 ModelMBeanAttributeInfo
275 public ModelMBeanAttributeInfo(String name, method in class:ModelMBeanAttributeInfo
315 public ModelMBeanAttributeInfo(String name, method in class:ModelMBeanAttributeInfo
342 public ModelMBeanAttributeInfo(ModelMBeanAttributeInfo inInfo) method in class:ModelMBeanAttributeInfo
[all...]

Completed in 27 milliseconds