See: Description
| Interface | Description |
|---|---|
| EntryLookup |
Interface that can look up MVCC wrapped entries.
|
| FlagContainer |
Interface that defines access to and manipulation of
Flag. |
| InvocationContext |
A context that contains information pertaining to a given invocation.
|
| InvocationContextContainer |
Manages the association between an
InvocationContext and the calling thread. |
| Class | Description |
|---|---|
| AbstractInvocationContextContainer |
Base class for InvocationContextContainer implementations.
|
| InvocationContextFlagsOverride |
Wraps an existing
InvocationContext without changing the context directly
but making sure the specified flags are considered enabled. |
| NonTransactionalInvocationContextContainer |
Invocation Context container to be used for non-transactional caches.
|
| SingleKeyNonTxInvocationContext | |
| TransactionalInvocationContextContainer |
Invocation context to be used for transactional caches.
|
| TransactionalInvocationContextFlagsOverride |
Extension of InvocationContextFlagsOverride to be used when a TxInvocationContext
is required.
|
| Enum | Description |
|---|---|
| Flag |
Available flags, which may be set on a per-invocation basis.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.