Package | Description |
---|---|
org.infinispan.context |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.synchronization | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery |
Modifier and Type | Method and Description |
---|---|
CacheTransaction |
TransactionalInvocationContextFlagsOverride.getCacheTransaction() |
Modifier and Type | Method and Description |
---|---|
CacheTransaction |
TxInvocationContext.getCacheTransaction() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheTransaction
Base class for local and remote transaction.
|
class |
LocalTransaction
Object that holds transaction's state on the node where it originated; as opposed to
RemoteTransaction . |
class |
RemoteTransaction
Defines the state of a remotely originated transaction.
|
Modifier and Type | Method and Description |
---|---|
static void |
WriteSkewHelper.readVersionsFromResponse(Response r,
CacheTransaction ct) |
protected void |
TransactionTable.recalculateMinViewIdIfNeeded(CacheTransaction removedTransaction) |
Constructor and Description |
---|
AbstractEnlistmentAdapter(CacheTransaction cacheTransaction,
CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable txTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
SyncLocalTransaction
LocalTransaction implementation to be used with SynchronizationAdapter . |
Modifier and Type | Class and Description |
---|---|
class |
LocalXaTransaction
LocalTransaction implementation to be used with TransactionXaAdapter . |
Modifier and Type | Interface and Description |
---|---|
interface |
RecoveryAwareTransaction
Base interface for transactions that are holders of recovery information.
|
Modifier and Type | Class and Description |
---|---|
class |
RecoveryAwareLocalTransaction
Extends
LocalXaTransaction and adds recovery related information. |
class |
RecoveryAwareRemoteTransaction
Extends
RemoteTransaction and adds recovery related information and functionality. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.