Uses of Class
mx4j.tools.adaptor.interceptor.Invocation

Packages that use Invocation
mx4j.tools.adaptor.interceptor   
mx4j.tools.adaptor.rmi   
 

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)
           
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
 InvocationResult InvokerAdaptorInterceptor.invoke(Invocation invocation)
           
protected  InvocationResult InvokerAdaptorInterceptor.doInvoke(Invocation invocation)
           
 InvocationResult LoggerAdaptorInterceptor.invoke(Invocation invocation)
           
protected  void ContextClassLoaderAdaptorInterceptor.preInvoke(Invocation invocation)
           
protected  void ContextClassLoaderAdaptorInterceptor.postInvoke(Invocation invocation)
           
 

Uses of Invocation in mx4j.tools.adaptor.rmi
 

Methods in mx4j.tools.adaptor.rmi with parameters of type Invocation
 InvocationResult RMIAdaptor.invoke(Invocation invocation)
           
 



Copyright © 2001-2003 MX4J Team. All Rights Reserved.