Package | Description |
---|---|
org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.transaction.synchronization | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalTxInvocationContext.setLocalTransaction(LocalTransaction localTransaction) |
Modifier and Type | Method and Description |
---|---|
LocalTransaction |
TxInterceptor.enlist(TxInvocationContext ctx) |
Modifier and Type | Method and Description |
---|---|
LocalTransaction |
TransactionTable.getLocalTransaction(Transaction tx) |
protected LocalTransaction |
TransactionTable.getLocalTx(Transaction tx) |
LocalTransaction |
TransactionTable.getOrCreateLocalTransaction(Transaction transaction,
TxInvocationContext ctx)
Returns the
TransactionXaAdapter corresponding to the supplied transaction. |
LocalTransaction |
TransactionTable.removeLocalTransaction(Transaction tx) |
protected LocalTransaction |
TransactionTable.removeLocalTransactionInternal(Transaction tx) |
Modifier and Type | Method and Description |
---|---|
Collection<LocalTransaction> |
TransactionTable.getLocalTransactions() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionCoordinator.commit(LocalTransaction localTransaction,
boolean isOnePhase) |
void |
TransactionTable.enlist(Transaction transaction,
LocalTransaction localTransaction) |
void |
TransactionTable.localTransactionPrepared(LocalTransaction localTransaction) |
int |
TransactionCoordinator.prepare(LocalTransaction localTransaction) |
int |
TransactionCoordinator.prepare(LocalTransaction localTransaction,
boolean replayEntryWrapping) |
protected void |
AbstractEnlistmentAdapter.releaseLocksForCompletedTransaction(LocalTransaction localTransaction) |
boolean |
TransactionTable.removeLocalTransaction(LocalTransaction localTransaction)
Removes the
TransactionXaAdapter corresponding to the given tx. |
void |
TransactionCoordinator.rollback(LocalTransaction localTransaction) |
Modifier and Type | Class and Description |
---|---|
class |
SyncLocalTransaction
LocalTransaction implementation to be used with SynchronizationAdapter . |
Constructor and Description |
---|
SynchronizationAdapter(LocalTransaction localTransaction,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable transactionTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
LocalXaTransaction
LocalTransaction implementation to be used with TransactionXaAdapter . |
Modifier and Type | Method and Description |
---|---|
LocalTransaction |
TransactionFactory.newLocalTransaction(Transaction tx,
GlobalTransaction gtx,
boolean implicitTransaction,
int viewId) |
abstract LocalTransaction |
TransactionFactory.TxFactoryEnum.newLocalTransaction(Transaction tx,
GlobalTransaction gtx,
boolean implicitTransaction,
int viewId) |
LocalTransaction |
XaTransactionTable.removeLocalTransaction(Transaction tx) |
Modifier and Type | Method and Description |
---|---|
void |
XaTransactionTable.enlist(Transaction transaction,
LocalTransaction ltx) |
boolean |
XaTransactionTable.removeLocalTransaction(LocalTransaction localTx) |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryAwareLocalTransaction
Extends
LocalXaTransaction and adds recovery related information. |
Modifier and Type | Method and Description |
---|---|
void |
RecoveryAwareTransactionTable.localTransactionPrepared(LocalTransaction localTransaction) |
Modifier and Type | Method and Description |
---|---|
void |
Log.couldNotRollbackPrepared1PcTransaction(LocalTransaction localTransaction,
Throwable e1) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.