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