Uses of Interface
bitronix.tm.twopc.executor.Executor
Packages that use Executor
Package
Description
JTA interfaces implementations and global services.
Two-phase commit logic.
Two-phase commit commands executors.
-
Uses of Executor in bitronix.tm
Methods in bitronix.tm that return ExecutorModifier and TypeMethodDescriptionstatic ExecutorTransactionManagerServices.getExecutor()Create the 2PC executor. -
Uses of Executor in bitronix.tm.twopc
Constructors in bitronix.tm.twopc with parameters of type ExecutorModifierConstructorDescriptionprotectedAbstractPhaseEngine(Executor executor) Rollbacker(Executor executor) -
Uses of Executor in bitronix.tm.twopc.executor
Classes in bitronix.tm.twopc.executor that implement ExecutorModifier and TypeClassDescriptionclassThis implementation executes submitted jobs using ajava.util.concurrentcached thread pool.classThis implementation executes submitted jobs synchronously.