Searched refs:MethodAndSig (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DPerInterface.java109 final List<MethodAndSig> list = ops.get(operation);
117 MethodAndSig found = null;
118 for (MethodAndSig mas : list) {
254 final MethodAndSig mas = new MethodAndSig();
257 List<MethodAndSig> list = ops.get(operationName);
269 private class MethodAndSig { class in class:PerInterface
279 private final Map<String, List<MethodAndSig>> ops = newMap();

Completed in 36 milliseconds