| Package | Description |
|---|---|
| bitronix.tm |
JTA interfaces implementations and global services.
|
| bitronix.tm.journal |
Transactions disk journal.
|
| bitronix.tm.recovery |
Recovery logic.
|
| bitronix.tm.resource |
Transaction Manager's resource management services.
|
| bitronix.tm.timer |
Timed tasks scheduler.
|
| bitronix.tm.twopc.executor |
Two-phase commit commands executors.
|
| bitronix.tm.utils |
Misc utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BitronixTransactionManager
Implementation of
TransactionManager and UserTransaction. |
class |
Configuration
Configuration repository of the transaction manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Journal
Transaction logs journal implementations must implement this interface to provide functionality required by the
transaction manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiskJournal
Simple implementation of a journal that writes on a two-files disk log.
|
class |
NullJournal
No-op journal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Recoverer
Recovery process implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceLoader
XA resources pools configurator & loader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskScheduler
Timed tasks service.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Executor
Thread pool interface required by the two-phase commit logic.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExceptionAnalyzer
Exception analyzers are used to extract non-standard information from vendor exceptions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExceptionAnalyzer
Default implementation of
ExceptionAnalyzer. |
Copyright © 2006-2021 Bitronix Software. All Rights Reserved.