|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
org.jboss.mx.interceptor | |
org.jboss.mx.server |
Uses of Interceptor in org.jboss.mx.interceptor |
Subinterfaces of Interceptor in org.jboss.mx.interceptor | |
interface |
SharedInterceptor
|
Classes in org.jboss.mx.interceptor that implement Interceptor | |
class |
AbstractInterceptor
Base class for all interceptors. |
class |
AbstractSharedInterceptor
Base class for shared interceptors. |
class |
AttributeDispatcher
A dispatcher used by the AbstractMBeanInvoker class for the attribute getter and setter dispatch. |
class |
LogInterceptor
Log interceptor. |
class |
ModelMBeanAttributeInterceptor
This interceptor handles the ModelMBean attribute caching and setter and getter dispatches. |
class |
ModelMBeanInfoInterceptor
This interceptor returns the MBeanInfo from the invocation invoker. |
class |
ModelMBeanInterceptor
A noop subclass of the ModelMBeanInfoInterceptor for backward compability with 3.2.3-3.2.0 configurations. |
class |
ModelMBeanOperationInterceptor
This interceptor handles the ModelMBean operation caching |
class |
NullInterceptor
A noop subclass of the AbstractInterceptor for backward compability with 3.2.3-3.2.0 configurations. |
class |
ObjectReferenceInterceptor
A noop subclass of the AbstractInterceptor for backward compability with 3.2.3-3.2.0 configurations. |
class |
PersistenceInterceptor
A peristence interceptor that uses the java.util.Timer framework for the scheculed peristence policies. |
class |
PersistenceInterceptor2
A noop subclass of the PersistenceInterceptor for backward compability with 3.2.3-3.2.0 configurations. |
class |
ReflectedDispatcher
|
class |
SecurityInterceptor
Security interceptor. |
class |
StandardMBeanInfoInterceptor
|
Uses of Interceptor in org.jboss.mx.server |
Methods in org.jboss.mx.server that return Interceptor | |
Interceptor |
InvocationContext.getDispatcher()
|
Methods in org.jboss.mx.server with parameters of type Interceptor | |
void |
InvocationContext.setDispatcher(Interceptor d)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |