|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationListener | |
---|---|
org.apache.aries.proxy |
Uses of InvocationListener in org.apache.aries.proxy |
---|
Methods in org.apache.aries.proxy with parameters of type InvocationListener | |
---|---|
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |