|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
See:
Description
Interface Summary | |
---|---|
MethodFilter | A MethodFilter determines whether or not a method is accepted. |
Class Summary | |
---|---|
ExecutorInterceptor | A method interceptor that uses an Executor to execute the method invocation. |
FilteredInterceptor | Decorates another MethodInterceptor by only calling it if the method is accepted by the supplied
MethodFilter . |
InterceptorChain | An InterceptorChain assists with creating proxies which go through a series of
interceptors . |
LoggingInterceptor | An interceptor which logs each method invocation. |
MethodInterceptorAdapter | An adapter class to adapt AOP Alliance's MethodInterceptor interface to Commons Proxy's
Interceptor interface. |
SerializingInterceptor | An interceptor which makes a serialized copy of all parameters and return values. |
This package contains some useful Interceptor implementations.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |