equal
deleted
inserted
replaced
111 this(method.getName(), |
111 this(method.getName(), |
112 description, |
112 description, |
113 methodSignature(method), |
113 methodSignature(method), |
114 method.getReturnType().getName(), |
114 method.getReturnType().getName(), |
115 UNKNOWN, |
115 UNKNOWN, |
116 Introspector.descriptorForElement(method)); |
116 Introspector.descriptorForElement(method, false)); |
117 } |
117 } |
118 |
118 |
119 /** |
119 /** |
120 * Constructs an <CODE>MBeanOperationInfo</CODE> object. |
120 * Constructs an <CODE>MBeanOperationInfo</CODE> object. |
121 * |
121 * |