jdk/src/share/classes/javax/management/MBeanOperationInfo.java
changeset 1699 3611e5fd6da5
parent 1510 e747d3193ef2
child 4156 acaa49a2768a
equal deleted inserted replaced
1698:2f0b565a475e 1699:3611e5fd6da5
   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      *