Package org.jboss.mx.interceptor

Interface Summary
Interceptor This interface defines MBean interceptors.
SharedInterceptor  
 

Class Summary
AbstractInterceptor Base class for all interceptors.
AbstractSharedInterceptor Base class for shared interceptors.
AttributeDispatcher A dispatcher used by the AbstractMBeanInvoker class for the attribute getter and setter dispatch.
DynamicInterceptor Interceptor that provides access to the org.jboss.mx.server.Interceptable hooks for dynamically adding and removing interceptors to an MBean.
LogInterceptor Log interceptor.
ModelMBeanAttributeInterceptor This interceptor handles the ModelMBean attribute caching and setter and getter dispatches.
ModelMBeanInfoInterceptor This interceptor returns the MBeanInfo from the invocation invoker.
ModelMBeanInterceptor A noop subclass of the ModelMBeanInfoInterceptor for backward compability with 3.2.3-3.2.0 configurations.
ModelMBeanOperationInterceptor This interceptor handles the ModelMBean operation caching
NullInterceptor A noop subclass of the AbstractInterceptor for backward compability with 3.2.3-3.2.0 configurations.
ObjectReferenceInterceptor A noop subclass of the AbstractInterceptor for backward compability with 3.2.3-3.2.0 configurations.
PersistenceInterceptor A peristence interceptor that uses the java.util.Timer framework for the scheculed peristence policies.
PersistenceInterceptor2 A noop subclass of the PersistenceInterceptor for backward compability with 3.2.3-3.2.0 configurations.
ReflectedDispatcher  
SecurityInterceptor Security interceptor.
StandardMBeanInfoInterceptor  
 

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.