| Interface | Description |
|---|---|
| Executor |
Thread pool interface required by the two-phase commit logic.
|
| Class | Description |
|---|---|
| AsyncExecutor |
This implementation executes submitted jobs using a
java.util.concurrent cached thread pool. |
| Job |
Abstract job definition executable by the 2PC thread pools.
|
| SyncExecutor |
This implementation executes submitted jobs synchronously.
|
Two-phase commit commands executors.
Copyright © 2006-2023 Bitronix Software. All Rights Reserved.