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

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)
           
 



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