Uses of Interface
bitronix.tm.twopc.executor.Executor

Packages that use Executor
bitronix.tm JTA interfaces implementations and global services. 
bitronix.tm.twopc Two-phase commit logic. 
bitronix.tm.twopc.executor Two-phase commit commands executors. 
 

Uses of Executor in bitronix.tm
 

Methods in bitronix.tm that return Executor
static Executor TransactionManagerServices.getExecutor()
          Create the 2PC executor.
 

Uses of Executor in bitronix.tm.twopc
 

Constructors in bitronix.tm.twopc with parameters of type Executor
AbstractPhaseEngine(Executor executor)
           
Committer(Executor executor)
           
Preparer(Executor executor)
           
Rollbacker(Executor executor)
           
 

Uses of Executor in bitronix.tm.twopc.executor
 

Classes in bitronix.tm.twopc.executor that implement Executor
 class AsyncExecutor
          This implementation executes submitted jobs using a java.util.concurrent cached thread pool.
 class SyncExecutor
          This implementation executes submitted jobs synchronously.
 



Copyright © 2006-2013 Bitronix Software. All Rights Reserved.