Searched refs:MyInvocationHandler (Results 1 – 3 of 3) sorted by relevance
54 class MyInvocationHandler implements InvocationHandler { class57 public MyInvocationHandler(Proxied proxied) { in MyInvocationHandler() method in MyInvocationHandler113 new MyInvocationHandler(new Proxied())); in main()
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()229 class MyInvocationHandler implements InvocationHandler { class232 public MyInvocationHandler(Object obj) { in MyInvocationHandler() method in MyInvocationHandler