Package mx4j.adaptor.interceptor

Interface Summary
AdaptorInterceptorMBean Management interface for interceptors
Interceptor The interceptor interface for JMX adaptors.
Invocable Abstraction for object that may be invoked.
InvocationContext A tagging interface for user-defined invocation information.
 

Class Summary
AdaptorInterceptor The base adaptor interceptor implementation
ContextClassLoaderAdaptorInterceptor The interceptor that sets the context classloader for incoming calls
Invocation The invocation information carrier.
InvocationResult The invocation result carrier.
InvokerAdaptorInterceptor  
LoggerAdaptorInterceptor  
 

Exception Summary
AdaptorInterceptorException This exception is only used internally by the AdaptorInterceptor class, to avoid that interceptors do too much exception logging.