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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanConstructorInfo.java52 * <p>The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
89 public class ModelMBeanConstructorInfo class in inherits:MBeanConstructorInfo,DescriptorAccess
149 private final static String currClass = "ModelMBeanConstructorInfo";
153 * Constructs a ModelMBeanConstructorInfo object with a default
163 public ModelMBeanConstructorInfo(String description, method in class:ModelMBeanConstructorInfo
169 ModelMBeanConstructorInfo.class.getName(),
170 "ModelMBeanConstructorInfo(String,Constructor)",
181 * Constructs a ModelMBeanConstructorInfo object. The {@link
192 * ModelMBeanConstructorInfo. If it is null, then a default
205 public ModelMBeanConstructorInfo(Strin method in class:ModelMBeanConstructorInfo
228 public ModelMBeanConstructorInfo(String name, method in class:ModelMBeanConstructorInfo
262 public ModelMBeanConstructorInfo(String name, method in class:ModelMBeanConstructorInfo
284 ModelMBeanConstructorInfo(ModelMBeanConstructorInfo old) method in class:ModelMBeanConstructorInfo
[all...]

Completed in 31 milliseconds