See: Description
Class | Description |
---|---|
ActivationInterceptor | |
BatchingInterceptor |
Interceptor that captures batched calls and attaches contexts.
|
CacheLoaderInterceptor | |
CacheMgmtInterceptor |
Captures cache management statistics
|
CacheWriterInterceptor |
Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either
after each method call (no TXs), or at TX commit.
|
CallInterceptor |
Always at the end of the chain, directly in front of the cache.
|
ClusteredActivationInterceptor |
The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the
cache loader if needed on a remote node, in certain conditions.
|
ClusteredCacheLoaderInterceptor |
The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the
cache loader if needed on a remote node, in certain conditions.
|
ClusteringInterceptor |
Base class for replication and distribution interceptors.
|
DeadlockDetectingInterceptor |
This interceptor populates the
DldGlobalTransaction with
appropriate information needed in order to accomplish deadlock detection. |
DistCacheWriterInterceptor |
Cache store interceptor specific for the distribution and replication cache modes.
|
EntryWrappingInterceptor |
Interceptor in charge with wrapping entries and add them in caller's context.
|
InterceptorChain |
Knows how to build and manage an chain of interceptors.
|
InvalidationInterceptor |
This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with
ClusteredSyncMode as INVALIDATE.
|
InvalidationInterceptor.InvalidationFilterVisitor | |
InvocationContextInterceptor | |
IsMarshallableInterceptor |
Interceptor to verify whether parameters passed into cache are marshallables
or not.
|
MarshalledValueInterceptor |
Interceptor that handles the wrapping and unwrapping of cached data using
MarshalledValue s. |
NotificationInterceptor |
The interceptor in charge of firing off notifications to cache listeners
|
PassivationInterceptor |
Writes evicted entries back to the store on the way in through the CacheStore
|
TxInterceptor |
Interceptor in charge with handling transaction related operations, e.g enlisting cache as an transaction
participant, propagating remotely initiated changes.
|
VersionedEntryWrappingInterceptor |
Interceptor in charge with wrapping entries and add them in caller's context.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.