|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
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. |
Uses of Service in bitronix.tm |
---|
Classes in bitronix.tm that implement Service | |
---|---|
class |
BitronixTransactionManager
Implementation of TransactionManager and UserTransaction . |
class |
Configuration
Configuration repository of the transaction manager. |
Uses of Service in bitronix.tm.journal |
---|
Subinterfaces of Service in bitronix.tm.journal | |
---|---|
interface |
Journal
Transaction logs journal implementations must implement this interface to provide functionality required by the transaction manager. |
Classes in bitronix.tm.journal that implement Service | |
---|---|
class |
DiskJournal
Simple implementation of a journal that writes on a two-files disk log. |
class |
NullJournal
No-op journal. |
Uses of Service in bitronix.tm.recovery |
---|
Classes in bitronix.tm.recovery that implement Service | |
---|---|
class |
Recoverer
Recovery process implementation. |
Uses of Service in bitronix.tm.resource |
---|
Classes in bitronix.tm.resource that implement Service | |
---|---|
class |
ResourceLoader
XA resources pools configurator & loader. |
Uses of Service in bitronix.tm.timer |
---|
Classes in bitronix.tm.timer that implement Service | |
---|---|
class |
TaskScheduler
Timed tasks service. |
Uses of Service in bitronix.tm.twopc.executor |
---|
Subinterfaces of Service in bitronix.tm.twopc.executor | |
---|---|
interface |
Executor
Thread pool interface required by the two-phase commit logic. |
Classes in bitronix.tm.twopc.executor that implement Service | |
---|---|
class |
AsyncExecutor
This implementation executes submitted jobs using a java.util.concurrent cached thread pool. |
class |
SyncExecutor
This implementation executes submitted jobs synchronously. |
Uses of Service in bitronix.tm.utils |
---|
Subinterfaces of Service in bitronix.tm.utils | |
---|---|
interface |
ExceptionAnalyzer
Exception analyzers are used to extract non-standard information from vendor exceptions. |
Classes in bitronix.tm.utils that implement Service | |
---|---|
class |
DefaultExceptionAnalyzer
Default implementation of ExceptionAnalyzer . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |