Uses of Class
org.apache.aries.proxy.UnableToProxyException

Packages that use UnableToProxyException
org.apache.aries.proxy   
 

Uses of UnableToProxyException in org.apache.aries.proxy
 

Subclasses of UnableToProxyException in org.apache.aries.proxy
 class FinalModifierException
           
 

Methods in org.apache.aries.proxy that throw UnableToProxyException
 Object ProxyManager.createDelegatingInterceptingProxy(org.osgi.framework.Bundle clientBundle, Collection<Class<?>> classes, Callable<Object> dispatcher, Object template, InvocationListener wrapper)
          Creates a single proxy that both delegates and intercepts.
 Object ProxyManager.createDelegatingProxy(org.osgi.framework.Bundle clientBundle, Collection<Class<?>> classes, Callable<Object> dispatcher, Object template)
          Create a proxy that delegates to an object instance which may change over time
 Object ProxyManager.createInterceptingProxy(org.osgi.framework.Bundle clientBundle, Collection<Class<?>> classes, Object delegate, InvocationListener wrapper)
          Creates a proxy that invokes the supplied InvocationListener immediately before and after any non-private method is called.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.