|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProxy | |
---|---|
com.aurorasoftworks.signal.runtime.core.context.proxy | |
com.aurorasoftworks.signal.runtime.ui.mvc |
Uses of IProxy in com.aurorasoftworks.signal.runtime.core.context.proxy |
---|
Classes in com.aurorasoftworks.signal.runtime.core.context.proxy that implement IProxy | |
---|---|
class |
AbstractProxy
A common super-class for implementations of IProxy . |
Methods in com.aurorasoftworks.signal.runtime.core.context.proxy that return IProxy | |
---|---|
IProxy |
ProxyFactory.createLazyInitProxy(IBeanDelegate reference)
Creates a lazy init proxy for the specified bean reference. |
IProxy |
IProxyFactory.createLazyInitProxy(IBeanDelegate reference)
Creates a lazy init proxy for the specified bean reference. |
IProxy |
ProxyFactory.createProxy(IProxyTarget target,
IInvocationHandler handler)
Creates a new proxy for the specified object. |
IProxy |
IProxyFactory.createProxy(IProxyTarget target,
IInvocationHandler handler)
Creates a new proxy for the specified object. |
IProxy |
ProxyFactory.createProxy(IProxyTarget target,
IMethodInterceptor[] interceptors)
Creates a new proxy for the specified object using the specified interceptors. |
IProxy |
IProxyFactory.createProxy(IProxyTarget target,
IMethodInterceptor[] interceptors)
Creates a new proxy for the specified object using the specified interceptors. |
Uses of IProxy in com.aurorasoftworks.signal.runtime.ui.mvc |
---|
Methods in com.aurorasoftworks.signal.runtime.ui.mvc that return IProxy | |
---|---|
protected IProxy |
AbstractControllerMethodInterceptor.getControllerProxy(IController ctl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |