|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
interceptor
package contains useful implementations of MethodInterceptor
.
See:
Description
Class Summary | |
---|---|
NoOpInterceptor | The NoOpInterceptor simply allows the invocation to proceed without doing anything. |
SynchronizedInterceptor | The SynchronizedInterceptor applies a synchronization block (using a provided "lock" object) around each method invocation. |
WrapReturnValueInterceptor | This MethodInterceptor will use a supplied InterceptionInjector to
wrap any compatible return value with
an interceptor stack. |
interceptor
package contains useful implementations of MethodInterceptor
.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |