|
||||||||||
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 |
DynamicInterceptor
Interceptor that provides access to the org.jboss.mx.server.Interceptable hooks for dynamically adding and removing interceptors to an MBean. |
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 |
Interceptable.addOperationInterceptor(Interceptor interceptor)
Add dynamically an operation interceptor, first in the chain |
void |
AbstractMBeanInvoker.addOperationInterceptor(Interceptor interceptor)
Add dynamically an operation interceptor, first in the chain. |
void |
Interceptable.removeOperationInterceptor(Interceptor interceptor)
Remove the specified operation interceptor |
void |
AbstractMBeanInvoker.removeOperationInterceptor(Interceptor interceptor)
Remove the specified operation interceptor |
void |
InvocationContext.setDispatcher(Interceptor d)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |