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
AsyncExecutor This implementation executes submitted jobs using a java.util.concurrent cached thread pool.
Job Abstract job definition executable by the 2PC thread pools.
SyncExecutor This implementation executes submitted jobs synchronously.
 

Package bitronix.tm.twopc.executor Description

Two-phase commit commands executors.



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