|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Two-phase commit commands executors.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |