Uses of Interface
mx4j.adaptor.interceptor.Invocable

Packages that use Invocable
mx4j.adaptor.interceptor   
mx4j.adaptor.rmi   
mx4j.adaptor.rmi.iiop   
mx4j.adaptor.rmi.jrmp   
mx4j.tools.adaptor.interceptor   
 

Uses of Invocable in mx4j.adaptor.interceptor
 

Subinterfaces of Invocable in mx4j.adaptor.interceptor
 interface Interceptor
          The interceptor interface for JMX adaptors.
 

Classes in mx4j.adaptor.interceptor that implement Invocable
 class AdaptorInterceptor
          The base adaptor interceptor implementation
 class ContextClassLoaderAdaptorInterceptor
          The interceptor that sets the context classloader for incoming calls
 class InvokerAdaptorInterceptor
           
 class LoggerAdaptorInterceptor
           
 

Uses of Invocable in mx4j.adaptor.rmi
 

Subinterfaces of Invocable in mx4j.adaptor.rmi
 interface RemoteAdaptor
          Remote interface for interceptor invocation style
 

Classes in mx4j.adaptor.rmi that implement Invocable
 class RMIAdaptor
          The RMI adaptor MBean, base for the JRMP and IIOP protocol
 

Uses of Invocable in mx4j.adaptor.rmi.iiop
 

Classes in mx4j.adaptor.rmi.iiop that implement Invocable
 class IIOPAdaptor
          Adaptor for the IIOP protocol, the CORBA default protocol
 

Uses of Invocable in mx4j.adaptor.rmi.jrmp
 

Classes in mx4j.adaptor.rmi.jrmp that implement Invocable
 class JRMPAdaptor
          Adaptor for the JRMP protocol, the native protocol of Java RMI.
 

Uses of Invocable in mx4j.tools.adaptor.interceptor
 

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



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