Lines Matching defs:constructor
34 * Describes a constructor exposed by an MBean. Instances of this
64 * @param constructor The <CODE>java.lang.reflect.Constructor</CODE>
65 * object describing the MBean constructor.
67 public MBeanConstructorInfo(String description, Constructor<?> constructor) {
68 this(constructor.getName(), description,
69 constructorSignature(constructor),
70 Introspector.descriptorForElement(constructor));
76 * @param name The name of the constructor.
78 * describing the parameters(arguments) of the constructor. This
80 * @param description A human readable description of the constructor.
91 * @param name The name of the constructor.
93 * describing the parameters(arguments) of the constructor. This
95 * @param description A human readable description of the constructor.
96 * @param descriptor The descriptor for the constructor. This may be null
138 * <p>Returns the list of parameters for this constructor. Each
200 more than one constructor with the same name and even