Searched refs:MyInvocationHandler (Results 1 – 2 of 2) sorted by relevance
53 static class MyInvocationHandler implements InvocationHandler { class in ReturnsAndArgPassing98 MyInvocationHandler myHandler = new MyInvocationHandler(); in testProxyReturns()441 MyInvocationHandler myHandler = new MyInvocationHandler(); in testProxyArgPassing()
99 InvocationHandler handler = new MyInvocationHandler(proxyMe); in createProxy()231 class MyInvocationHandler implements InvocationHandler { class234 public MyInvocationHandler(Object obj) { in MyInvocationHandler() method in MyInvocationHandler