public abstract class AbstractEnlistmentAdapter extends Object
Modifier and Type | Field and Description |
---|---|
protected TransactionCoordinator |
txCoordinator |
Constructor and Description |
---|
AbstractEnlistmentAdapter(CacheTransaction cacheTransaction,
CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable txTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration,
TransactionCoordinator txCoordinator) |
AbstractEnlistmentAdapter(CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable txTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration,
TransactionCoordinator txCoordinator) |
Modifier and Type | Method and Description |
---|---|
int |
hashCode()
Invoked by TransactionManagers, make sure it's an efficient implementation.
|
protected void |
releaseLocksForCompletedTransaction(LocalTransaction localTransaction,
boolean committedInOnePhase) |
protected final TransactionCoordinator txCoordinator
public AbstractEnlistmentAdapter(CacheTransaction cacheTransaction, CommandsFactory commandsFactory, RpcManager rpcManager, TransactionTable txTable, ClusteringDependentLogic clusteringLogic, Configuration configuration, TransactionCoordinator txCoordinator)
public AbstractEnlistmentAdapter(CommandsFactory commandsFactory, RpcManager rpcManager, TransactionTable txTable, ClusteringDependentLogic clusteringLogic, Configuration configuration, TransactionCoordinator txCoordinator)
protected final void releaseLocksForCompletedTransaction(LocalTransaction localTransaction, boolean committedInOnePhase)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.