Uses of Interface
mx4j.adaptor.interceptor.Invocable

Packages that use Invocable
mx4j.adaptor.interceptor   
mx4j.adaptor.rmi   
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
 

Uses of Invocable in mx4j.adaptor.rmi
 

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

Classes in mx4j.adaptor.rmi that implement Invocable
 class RMIProtocolAdaptorImpl
          The remote object that forwards call to the MBeanServer.
 class RMIProtocolAdaptorImpl.InvokerAdaptorInterceptor
           
 

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