|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCacheTransaction | |
---|---|
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 |
Uses of AbstractCacheTransaction in org.infinispan.context.impl |
---|
Methods in org.infinispan.context.impl that return AbstractCacheTransaction | |
---|---|
AbstractCacheTransaction |
RemoteTxInvocationContext.getCacheTransaction()
|
AbstractCacheTransaction |
LocalTxInvocationContext.getCacheTransaction()
|
abstract AbstractCacheTransaction |
AbstractTxInvocationContext.getCacheTransaction()
|
Uses of AbstractCacheTransaction in org.infinispan.transaction |
---|
Subclasses of AbstractCacheTransaction in org.infinispan.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. |
Uses of AbstractCacheTransaction in org.infinispan.transaction.synchronization |
---|
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.synchronization | |
---|---|
class |
SyncLocalTransaction
LocalTransaction implementation to be used with SynchronizationAdapter . |
Uses of AbstractCacheTransaction in org.infinispan.transaction.xa |
---|
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.xa | |
---|---|
class |
LocalXaTransaction
LocalTransaction implementation to be used with TransactionXaAdapter . |
Uses of AbstractCacheTransaction in org.infinispan.transaction.xa.recovery |
---|
Subclasses of AbstractCacheTransaction in org.infinispan.transaction.xa.recovery | |
---|---|
class |
RecoveryAwareLocalTransaction
Extends LocalXaTransaction and adds recovery related information. |
class |
RecoveryAwareRemoteTransaction
Extends RemoteTransaction and adds recovery related information and functionality. |
|
--> |