Uses of Interface
mx4j.adaptor.interceptor.Interceptor

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

Uses of Interceptor in mx4j.adaptor
 

Methods in mx4j.adaptor that return Interceptor
 Interceptor AdaptorAuthenticator.getInterceptor()
           
 

Uses of Interceptor in mx4j.adaptor.interceptor
 

Classes in mx4j.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
           
 

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

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

Uses of Interceptor in mx4j.adaptor.rmi
 

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

Uses of Interceptor in mx4j.tools.adaptor.interceptor
 

Classes in mx4j.tools.adaptor.interceptor that implement Interceptor
 class TimingAdaptorInterceptor
          This interceptor registers and logs invocation times along the adaptor's interceptor chain
 



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