Package | Description |
---|---|
org.jboss.cache.interceptors |
Modifier and Type | Class and Description |
---|---|
class |
InvocationContextInterceptor
Always place this interceptor at the start of the interceptor chain to ensure invocation contexts and set up and cleaned up correctly.
|
class |
NotificationInterceptor
The interceptor in charge of firing off notifications to cache listeners
|
class |
OptimisticTxInterceptor
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
TxInterceptor
This interceptor is the new default at the head of all interceptor chains,
and makes transactional attributes available to all interceptors in the chain.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.