org.apache.aries.proxy.weaving
Interface WovenProxy
public interface WovenProxy
org_apache_aries_proxy_weaving_WovenProxy_isProxyInstance
boolean org_apache_aries_proxy_weaving_WovenProxy_isProxyInstance()
- Returns:
- true if this instance has a non null dispatcher or listener
org_apache_aries_proxy_weaving_WovenProxy_unwrap
Callable<Object> org_apache_aries_proxy_weaving_WovenProxy_unwrap()
- Returns:
- the dispatcher, or null if no dispatcher is set
org_apache_aries_proxy_weaving_WovenProxy_createNewProxyInstance
WovenProxy org_apache_aries_proxy_weaving_WovenProxy_createNewProxyInstance(Callable<Object> dispatcher,
org.apache.aries.proxy.InvocationListener listener)
- Returns:
- A new proxy instance that can be used for delegation. Note that this object should
not be used without setting a dispatcher!
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.