| Package | Description |
|---|---|
| bitronix.tm |
JTA interfaces implementations and global services.
|
| bitronix.tm.internal |
Internal implementation details.
|
| bitronix.tm.resource.common |
Resource management code common across all resource types.
|
| bitronix.tm.twopc |
Two-phase commit logic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BitronixTransaction.setStatus(int status) |
void |
BitronixTransaction.setStatus(int status,
java.util.Set<java.lang.String> uniqueNames) |
void |
BitronixTransaction.timeout() |
| Modifier and Type | Class and Description |
|---|---|
class |
BitronixMultiSystemException
Subclass of
SystemException supporting nested Throwables. |
class |
BitronixRollbackSystemException
Subclass of
SystemException indicating a rollback must be performed. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XAResourceManager.delist(XAResourceHolderState xaResourceHolderState,
int flag)
Delist the specified
XAResourceHolderState. |
void |
XAResourceManager.enlist(XAResourceHolderState xaResourceHolderState)
Enlist the specified
XAResourceHolderState. |
XAResourceHolderState |
XAResourceManager.findXAResourceHolderState(javax.transaction.xa.XAResource xaResource)
Look if an
XAResource has already been enlisted. |
void |
XAResourceHolderState.setXid(BitronixXid xid) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TransactionContextHelper.requeue(XAStatefulHolder xaStatefulHolder,
ResourceBean bean)
Switch the
XAStatefulHolder's state appropriately after the acquired resource handle has been closed. |
| Modifier and Type | Method and Description |
|---|---|
void |
Committer.commit(BitronixTransaction transaction,
java.util.List<XAResourceHolderState> interestedResources)
Execute phase 2 commit.
|
java.util.List<XAResourceHolderState> |
Preparer.prepare(BitronixTransaction transaction)
Execute phase 1 prepare.
|
void |
Rollbacker.rollback(BitronixTransaction transaction,
java.util.List<XAResourceHolderState> interestedResources)
Rollback the current XA transaction.
|
Copyright © 2006-2021 Bitronix Software. All Rights Reserved.