Uses of Interface
bitronix.tm.utils.Service
Packages that use Service
Package
Description
JTA interfaces implementations and global services.
Transactions disk journal.
Recovery logic.
Transaction Manager's resource management services.
Timed tasks scheduler.
Two-phase commit commands executors.
Misc utility classes.
-
Uses of Service in bitronix.tm
Classes in bitronix.tm that implement ServiceModifier and TypeClassDescriptionclassImplementation ofTransactionManagerandUserTransaction.classConfiguration repository of the transaction manager. -
Uses of Service in bitronix.tm.journal
Subinterfaces of Service in bitronix.tm.journalModifier and TypeInterfaceDescriptioninterfaceTransaction logs journal implementations must implement this interface to provide functionality required by the transaction manager.Classes in bitronix.tm.journal that implement ServiceModifier and TypeClassDescriptionclassSimple implementation of a journal that writes on a two-files disk log.classNo-op journal. -
Uses of Service in bitronix.tm.recovery
Classes in bitronix.tm.recovery that implement Service -
Uses of Service in bitronix.tm.resource
Classes in bitronix.tm.resource that implement Service -
Uses of Service in bitronix.tm.timer
Classes in bitronix.tm.timer that implement Service -
Uses of Service in bitronix.tm.twopc.executor
Subinterfaces of Service in bitronix.tm.twopc.executorModifier and TypeInterfaceDescriptioninterfaceThread pool interface required by the two-phase commit logic.Classes in bitronix.tm.twopc.executor that implement ServiceModifier and TypeClassDescriptionclassThis implementation executes submitted jobs using ajava.util.concurrentcached thread pool.classThis implementation executes submitted jobs synchronously. -
Uses of Service in bitronix.tm.utils
Subinterfaces of Service in bitronix.tm.utilsModifier and TypeInterfaceDescriptioninterfaceException analyzers are used to extract non-standard information from vendor exceptions.Classes in bitronix.tm.utils that implement Service