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

/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorTest.java114 CountInvocationHandler.class.getClassLoader();
116 CountInvocationHandler executorHandler =
117 new CountInvocationHandler(wrappedExecutor);
222 private static class CountInvocationHandler implements InvocationHandler { class in class:ExecutorTest
227 public CountInvocationHandler(Object wrapped) { method in class:ExecutorTest.CountInvocationHandler

Completed in 28 milliseconds