| Package | Description |
|---|---|
| bitronix.tm |
JTA interfaces implementations and global services.
|
| bitronix.tm.twopc |
Two-phase commit logic.
|
| bitronix.tm.twopc.executor |
Two-phase commit commands executors.
|
| Modifier and Type | Method and Description |
|---|---|
static Executor |
TransactionManagerServices.getExecutor()
Create the 2PC executor.
|
| Constructor and Description |
|---|
AbstractPhaseEngine(Executor executor) |
Committer(Executor executor) |
Preparer(Executor executor) |
Rollbacker(Executor executor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncExecutor
This implementation executes submitted jobs using a
java.util.concurrent cached thread pool. |
class |
SyncExecutor
This implementation executes submitted jobs synchronously.
|
Copyright © 2006-2023 Bitronix Software. All Rights Reserved.