|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
BackportConcurrentExecutor
Abstraction of the java.util.concurrent
backport implementation. |
class |
ConcurrentExecutor
Abstraction of the java.util.concurrent JDK 1.5+ implementation. |
class |
SimpleAsyncExecutor
This implementation spawns a new thread per request. |
class |
SyncExecutor
This implementation executes submitted jobs synchronously. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |