Lines Matching refs:setHandler
72 ((Proxy)obj).setHandler(interceptor); in testTarget()
99 ((Proxy)obj).setHandler(interceptor); in testTarget1()
111 ((Proxy)obj).setHandler(interceptor); in testObject()
124 ((Proxy)obj).setHandler(interceptor); in testSetter()
126 ((ProxyObject)obj).setHandler(new MethodHandler() { in testSetter()
168 ((Proxy)t2).setHandler(interceptor); in testConstructor()
186 ((Proxy)obj).setHandler(interceptor2); in testInterface()
200 ((Proxy)obj).setHandler(interceptor2); in test2Interfaces()
207 ((Proxy)obj4).setHandler(interceptor2); in test2Interfaces()
226 ((Proxy)obj).setHandler(interceptor2); in testFilter()
251 ((ProxyObject)obj).setHandler(handler); in testInit()
263 ((Proxy)obj).setHandler(interceptor); in testCreate()
277 ((Proxy)obj).setHandler(interceptor); in testBridgeMethod()
344 f3.setHandler(new Interceptor1()); // deprecated in testCache()
451 ((ProxyObject)proxy).setHandler(methodHandler); in testJIRA189()