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

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DConvertingMethod.java38 final class ConvertingMethod { class
39 static ConvertingMethod from(Method m) {
41 return new ConvertingMethod(m);
208 private ConvertingMethod(Method m) throws OpenDataException { method in class:ConvertingMethod

Completed in 27 milliseconds