Package bitronix.tm.twopc.executor

Two-phase commit commands executors.

See:
          Description

Interface Summary
Executor Thread pool interface required by the two-phase commit logic.
 

Class Summary
BackportConcurrentExecutor Abstraction of the java.util.concurrent backport implementation.
ConcurrentExecutor Abstraction of the java.util.concurrent JDK 1.5+ implementation.
Job Abstract job definition executable by the 2PC thread pools.
SimpleAsyncExecutor This implementation spawns a new thread per request.
SyncExecutor This implementation executes submitted jobs synchronously.
 

Package bitronix.tm.twopc.executor Description

Two-phase commit commands executors.