Searched refs:ProxyObject (Results 1 – 11 of 11) sorted by relevance
5 import javassist.util.proxy.ProxyObject;26 ((ProxyObject) myCls).setHandler(myHandler); in testMethodHandlers()28 MethodHandler h2 = ((ProxyObject) myCls).getHandler(); in testMethodHandlers()43 ((ProxyObject) myCls).setHandler(myHandler); in testSerialize()55 MethodHandler h2 = ((ProxyObject) myCls2).getHandler(); in testSerialize()
7 import javassist.util.proxy.ProxyObject;33 ((ProxyObject)foo).setHandler(mi); in testGetHandler()61 ((ProxyObject)foo).setHandler(mi); in testGetHandler2()
8 import javassist.util.proxy.ProxyObject;57 ((ProxyObject) proxy1).setHandler(handler); in testFactoryCompatibility()64 ((ProxyObject) proxy2).setHandler(handler); in testFactoryCompatibility()
7 import javassist.util.proxy.ProxyObject;107 ((ProxyObject)target).setHandler(handler); in createProxy()
36 ((ProxyObject)proxy).setHandler(handler); in testSerialization()63 ((ProxyObject)proxy).setHandler(handler); in testSerialization()
29 public interface ProxyObject extends Proxy { interface
61 if (interfaze != ProxyObject.class && interfaze != Proxy.class) { in writeClassDescriptor()
270 if (proxy instanceof ProxyObject) in makeSerializedProxy()271 methodHandler = ((ProxyObject)proxy).getHandler(); in makeSerializedProxy()
49 String setterInf = ProxyObject.class.getName(); in SerializedProxy()
858 setInterfaces(cf, interfaces, hasGetHandler ? Proxy.class : ProxyObject.class); in make()
13 import javassist.util.proxy.ProxyObject;126 ((ProxyObject)obj).setHandler(new MethodHandler() { in testSetter()251 ((ProxyObject)obj).setHandler(handler); in testInit()451 ((ProxyObject)proxy).setHandler(methodHandler); in testJIRA189()