Searched refs:ProxyObject (Results 1 – 9 of 9) sorted by relevance
44 String setterInf = ProxyObject.class.getName(); in SerializedProxy()83 ProxyObject proxy = (ProxyObject)f.createClass(filterSignature).newInstance();
23 public interface ProxyObject { interface
206 if (proxy instanceof ProxyObject) in makeSerializedProxy()207 methodHandler = ((ProxyObject)proxy).getHandler(); in makeSerializedProxy()
59 if (interfaze != ProxyObject.class) { in writeClassDescriptor()
296 return (ProxyObject.class.isAssignableFrom(cl)); in isProxyClass()635 ((ProxyObject)obj).setHandler(mh); in create()836 String setterIntf = ProxyObject.class.getName(); in setInterfaces()
7 import javassist.util.proxy.ProxyObject;55 ((ProxyObject) proxy1).setHandler(handler); in testFactoryCompatibility()62 ((ProxyObject) proxy2).setHandler(handler); in testFactoryCompatibility()
7 import javassist.util.proxy.ProxyObject;106 ((ProxyObject)target).setHandler(handler); in createProxy()
35 ((ProxyObject)proxy).setHandler(handler); in testSerialization()62 ((ProxyObject)proxy).setHandler(handler); in testSerialization()
2806 (ProxyObject::_introspect_execute_queue): new method for executing2809 (ProxyObject::_introspect_error_handler): call queued methods2899 (ProxyObject::_introspect_reply_handler ): parse introspection data3167 * python/proxies.py (ProxyObject::connect_to_signal):3268 (ProxyObject): Add first pass at an introspection state machine3269 (ProxyObject::__init__): Add introspect keyword for turing off an on 3271 (ProxyObject::_Introspect): Internal Introspect call that bypasses 3275 (ProxyObject::_introspect_reply_handler): New. This method is called 3277 (ProxyObject::_introspect_error_handler): New. This method is called 3279 (ProxyObject::__getattr__): Code to handle different introspection [all …]