See: Description
Interface | Description |
---|---|
TxInvocationContext<T extends AbstractCacheTransaction> |
Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
|
Class | Description |
---|---|
AbstractInvocationContext |
Common features of transaction and invocation contexts
|
AbstractInvocationContextFactory |
Base class for InvocationContextFactory implementations.
|
AbstractTxInvocationContext<T extends AbstractCacheTransaction> |
Support class for
TxInvocationContext . |
ClearInvocationContext |
Implementation of
InvocationContext used by the ClearCommand . |
CorePackageImpl | |
FlagBitSets |
Pre-computed bitsets containing each flag.
|
ImmutableContext |
This context is a non-context for operations such as eviction which are not related
to the method invocation which caused them.
|
LocalTxInvocationContext |
Invocation context to be used for locally originated transactions.
|
NonTransactionalInvocationContextFactory |
Invocation Context container to be used for non-transactional caches.
|
NonTxInvocationContext |
Context to be used for non transactional calls, both remote and local.
|
RemoteTxInvocationContext |
Context to be used for transaction that originated remotely.
|
SingleKeyNonTxInvocationContext | |
TransactionalInvocationContextFactory |
Invocation context to be used for transactional caches.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.