public interface TransactionTable
Transaction table that knows how to interact with the Transaction and how the TransactionalRemoteCacheImpl is enlisted.| Modifier and Type | Method and Description |
|---|---|
<K,V> TransactionContext<K,V> |
enlist(TransactionalRemoteCacheImpl<K,V> txRemoteCache,
Transaction tx) |
void |
start(TransactionOperationFactory operationFactory)
It initializes the
TransactionTable with the TransactionOperationFactory to use. |
<K,V> TransactionContext<K,V> enlist(TransactionalRemoteCacheImpl<K,V> txRemoteCache, Transaction tx)
void start(TransactionOperationFactory operationFactory)
TransactionTable with the TransactionOperationFactory to use.operationFactory - The TransactionOperationFactory to use.Copyright © 2022 JBoss by Red Hat. All rights reserved.