|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invocation | |
mx4j.adaptor.interceptor | |
mx4j.adaptor.rmi | |
mx4j.tools.adaptor.interceptor |
Uses of Invocation in mx4j.adaptor.interceptor |
Methods in mx4j.adaptor.interceptor with parameters of type Invocation | |
protected void |
AdaptorInterceptor.preInvoke(Invocation invocation)
Called before the real invocation on the interceptor chain. |
InvocationResult |
AdaptorInterceptor.invoke(Invocation invocation)
|
protected InvocationResult |
AdaptorInterceptor.doInvoke(Invocation invocation)
The real invocation on the interceptor chain. |
protected void |
AdaptorInterceptor.postInvoke(Invocation invocation)
Called after the real invocation in the interceptor chain. |
InvocationResult |
LoggerAdaptorInterceptor.invoke(Invocation invocation)
|
InvocationResult |
InvokerAdaptorInterceptor.invoke(Invocation invocation)
|
protected InvocationResult |
InvokerAdaptorInterceptor.doInvoke(Invocation invocation)
|
InvocationResult |
Invocable.invoke(Invocation invocation)
Invocation method |
protected void |
ContextClassLoaderAdaptorInterceptor.preInvoke(Invocation invocation)
|
protected void |
ContextClassLoaderAdaptorInterceptor.postInvoke(Invocation invocation)
|
Uses of Invocation in mx4j.adaptor.rmi |
Methods in mx4j.adaptor.rmi with parameters of type Invocation | |
InvocationResult |
RMIAdaptor.invoke(Invocation invocation)
|
Uses of Invocation in mx4j.tools.adaptor.interceptor |
Methods in mx4j.tools.adaptor.interceptor with parameters of type Invocation | |
protected void |
TimingAdaptorInterceptor.preInvoke(Invocation invocation)
|
protected void |
TimingAdaptorInterceptor.postInvoke(Invocation invocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |