| Package | Description |
|---|---|
| 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 |
|---|---|
AbstractCacheTransaction |
RemoteTxInvocationContext.getCacheTransaction() |
AbstractCacheTransaction |
LocalTxInvocationContext.getCacheTransaction() |
abstract AbstractCacheTransaction |
AbstractTxInvocationContext.getCacheTransaction() |
| Modifier and Type | Class and Description |
|---|---|
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 | 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 | 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.