|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProxyTarget | |
---|---|
com.aurorasoftworks.signal.runtime.core.context.proxy | |
com.aurorasoftworks.signal.runtime.ui.mvc | |
com.aurorasoftworks.signal.runtime.ui.mvc.midp |
Uses of IProxyTarget in com.aurorasoftworks.signal.runtime.core.context.proxy |
---|
Subinterfaces of IProxyTarget in com.aurorasoftworks.signal.runtime.core.context.proxy | |
---|---|
interface |
IProxy
An interface implemented by all proxy objects. |
Classes in com.aurorasoftworks.signal.runtime.core.context.proxy that implement IProxyTarget | |
---|---|
class |
AbstractProxy
A common super-class for implementations of IProxy . |
Fields in com.aurorasoftworks.signal.runtime.core.context.proxy declared as IProxyTarget | |
---|---|
protected IProxyTarget |
AbstractProxy.target
|
Methods in com.aurorasoftworks.signal.runtime.core.context.proxy with parameters of type IProxyTarget | |
---|---|
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. |
protected AbstractProxy |
ProxyFactory.doCreateProxy(IProxyTarget target)
|
static java.lang.String |
ProxyFactory.getProxyClassName(IProxyTarget proxyTarget)
|
static java.lang.String |
ProxyFactory.getProxyMetaClassName(IProxyTarget proxyTarget)
|
java.lang.Object |
LazyInitMethodInterceptor.invoke(IProxyTarget target,
IMethodHandler handler,
java.lang.Object[] args)
|
java.lang.Object |
IInvocationHandler.invoke(IProxyTarget target,
IMethodHandler handler,
java.lang.Object[] args)
|
java.lang.Object |
AbstractProxyClass.invoke(IProxyTarget target,
IMethodHandler handler,
java.lang.Object[] args)
|
java.lang.Object |
IMethodHandler.invoke(IProxyTarget target,
java.lang.Object[] args)
Invokes a method this object represents on the provided instance. |
Uses of IProxyTarget in com.aurorasoftworks.signal.runtime.ui.mvc |
---|
Subinterfaces of IProxyTarget in com.aurorasoftworks.signal.runtime.ui.mvc | |
---|---|
interface |
IController
A super-interface for all MVC controllers. |
interface |
IFlowController
A controller of a flow, that is a sequence of activites that produces a certain result. |
Classes in com.aurorasoftworks.signal.runtime.ui.mvc that implement IProxyTarget | |
---|---|
class |
AbstractController
|
class |
AbstractFlowController
|
Methods in com.aurorasoftworks.signal.runtime.ui.mvc with parameters of type IProxyTarget | |
---|---|
java.lang.Object |
AbstractControllerMethodInterceptor.ControllerMethodInterceptor.invoke(IProxyTarget target,
IMethodHandler handler,
java.lang.Object[] args)
|
java.lang.Object |
AbstractControllerMethodInterceptor.FlowCallerMethodInterceptor.invoke(IProxyTarget target,
IMethodHandler handler,
java.lang.Object[] args)
|
Uses of IProxyTarget in com.aurorasoftworks.signal.runtime.ui.mvc.midp |
---|
Subinterfaces of IProxyTarget in com.aurorasoftworks.signal.runtime.ui.mvc.midp | |
---|---|
interface |
IViewController
|
Classes in com.aurorasoftworks.signal.runtime.ui.mvc.midp that implement IProxyTarget | |
---|---|
class |
AbstractViewController
|
class |
AbstractViewFlowController
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |