Package bitronix.tm.twopc.executor


package bitronix.tm.twopc.executor

Two-phase commit commands executors.

  • Class
    Description
    This implementation executes submitted jobs using a java.util.concurrent cached thread pool.
    Thread pool interface required by the two-phase commit logic.
    Abstract job definition executable by the 2PC thread pools.
    This implementation executes submitted jobs synchronously.