Package | Description |
---|---|
org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
org.infinispan.transaction.impl | |
org.infinispan.transaction.synchronization | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTxInvocationContext<T extends AbstractCacheTransaction>
Support class for
TxInvocationContext . |
interface |
TxInvocationContext<T extends AbstractCacheTransaction>
Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
|
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 © 2023 JBoss, a division of Red Hat. All rights reserved.