Uses of Interface
mx4j.tools.adaptor.interceptor.Interceptor

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

Uses of Interceptor in mx4j.tools.adaptor.interceptor
 

Classes in mx4j.tools.adaptor.interceptor that implement Interceptor
 class AdaptorInterceptor
          The base adaptor interceptor implementation
 class ContextClassLoaderAdaptorInterceptor
          The interceptor that sets the context classloader for incoming calls
 class InvokerAdaptorInterceptor
           
 class LoggerAdaptorInterceptor
           
 class TimingAdaptorInterceptor
          This interceptor registers and logs invocation times along the adaptor's interceptor chain
 

Methods in mx4j.tools.adaptor.interceptor that return Interceptor
protected  Interceptor AdaptorInterceptor.getNext()
           
 

Methods in mx4j.tools.adaptor.interceptor with parameters of type Interceptor
 void AdaptorInterceptor.setNext(Interceptor interceptor)
           
 void Interceptor.setNext(Interceptor interceptor)
          Sets the next interceptor in the chain
 

Uses of Interceptor in mx4j.tools.adaptor.rmi
 

Methods in mx4j.tools.adaptor.rmi with parameters of type Interceptor
 void RMIAdaptor.addInterceptor(Interceptor interceptor)
          Adds an interceptor to this RMI adaptor
 



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