See: Description
| Class | Description |
|---|---|
| BaseCustomInterceptor |
Anyone using the
AdvancedCache.addInterceptor(CommandInterceptor, int) method (or any of its
overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own
custom interceptors. |
| BaseRpcInterceptor | Deprecated
Since 8.2, no longer public API.
|
| BaseStateTransferInterceptor | Deprecated
Since 8.2, no longer public API.
|
| CommandInterceptor |
This is the base class for all interceptors to extend, and implements the
Visitor interface allowing it to
intercept invocations on VisitableCommands. |
| JmxStatsCommandInterceptor | Deprecated
Since 8.2, no longer public API.
|
| PrePostProcessingCommandInterceptor |
This interceptor adds pre and post processing to each visitXXX() method.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.