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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanOperationInfo.java178 * @param operationMethod The java.lang.reflect.Method object
184 Method operationMethod)
186 super(description, operationMethod);
203 * @param operationMethod The java.lang.reflect.Method object
226 Method operationMethod,
230 super(description, operationMethod);
183 ModelMBeanOperationInfo(String description, Method operationMethod) argument
225 ModelMBeanOperationInfo(String description, Method operationMethod, Descriptor descriptor) argument

Completed in 50 milliseconds