public abstract class AbstractEnlistmentAdapter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
config |
| 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) |
protected final Configuration config
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 © 2012 JBoss by Red Hat. All Rights Reserved.