| Package | Description |
|---|---|
| bitronix.tm.twopc |
Two-phase commit logic.
|
| bitronix.tm.twopc.executor |
Two-phase commit commands executors.
|
| Modifier and Type | Method and Description |
|---|---|
protected Job |
Committer.createJob(XAResourceHolderState resourceHolder) |
protected Job |
Rollbacker.createJob(XAResourceHolderState resourceHolder) |
protected abstract Job |
AbstractPhaseEngine.createJob(XAResourceHolderState xaResourceHolderState)
Create a
Job that is going to execute the phase command on the given resource. |
protected Job |
Preparer.createJob(XAResourceHolderState xaResourceHolderState) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AsyncExecutor.submit(Job job) |
java.lang.Object |
SyncExecutor.submit(Job job) |
java.lang.Object |
Executor.submit(Job job)
Submit a job to be executed by the thread pool.
|
Copyright © 2006-2019 Bitronix Software. All Rights Reserved.