Searched defs:MyInvocationHandler (Results 1 – 4 of 4) sorted by relevance
54 class MyInvocationHandler implements InvocationHandler { class57 public MyInvocationHandler(Proxied proxied) { in MyInvocationHandler() method in MyInvocationHandler
32 static class MyInvocationHandler implements InvocationHandler { class in HotProxy
225 class MyInvocationHandler implements InvocationHandler { class228 public MyInvocationHandler(Object obj) { in MyInvocationHandler() method in MyInvocationHandler
53 static class MyInvocationHandler implements InvocationHandler { class in ReturnsAndArgPassing