Package org.jboss.mx.interceptor

Interface Summary
Interceptor (src) This interface defines MBean interceptors.
SharedInterceptor (src)  
 

Class Summary
AbstractInterceptor (src) Base class for all interceptors.
AbstractSharedInterceptor (src) Base class for shared interceptors.
AttributeDispatcher (src) A dispatcher used by the AbstractMBeanInvoker class for the attribute getter and setter dispatch.
LogInterceptor (src) Log interceptor.
ModelMBeanAttributeInterceptor (src) This interceptor handles the ModelMBean attribute caching and setter and getter dispatches.
ModelMBeanInfoInterceptor (src) This interceptor returns the MBeanInfo from the invocation invoker.
ModelMBeanInterceptor (src) A noop subclass of the ModelMBeanInfoInterceptor for backward compability with 3.2.3-3.2.0 configurations.
ModelMBeanOperationInterceptor (src) This interceptor handles the ModelMBean operation caching
NullInterceptor (src) A noop subclass of the AbstractInterceptor for backward compability with 3.2.3-3.2.0 configurations.
ObjectReferenceInterceptor (src) A noop subclass of the AbstractInterceptor for backward compability with 3.2.3-3.2.0 configurations.
PersistenceInterceptor (src) A peristence interceptor that uses the java.util.Timer framework for the scheculed peristence policies.
PersistenceInterceptor2 (src) A noop subclass of the PersistenceInterceptor for backward compability with 3.2.3-3.2.0 configurations.
ReflectedDispatcher (src)  
SecurityInterceptor (src) Security interceptor.
StandardMBeanInfoInterceptor (src)  
 

Exception Summary
InterceptorNameConflictException (src) Exception thrown when attempting to register a shared interceptor with an already existing interceptor name.