Uses of Class
mx4j.adaptor.interceptor.Invocation

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 Invocable.invoke(Invocation invocation)
          Invocation method
 

Uses of Invocation in mx4j.adaptor.rmi
 

Methods in mx4j.adaptor.rmi with parameters of type Invocation
 InvocationResult RMIProtocolAdaptorImpl.invoke(Invocation invocation)
           
protected  InvocationResult RMIProtocolAdaptorImpl.InvokerAdaptorInterceptor.doInvoke(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)