|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Job | |
---|---|
bitronix.tm.twopc | Two-phase commit logic. |
bitronix.tm.twopc.executor | Two-phase commit commands executors. |
Uses of Job in bitronix.tm.twopc |
---|
Methods in bitronix.tm.twopc that return Job | |
---|---|
protected Job |
Rollbacker.createJob(XAResourceHolderState resourceHolder)
|
protected Job |
Preparer.createJob(XAResourceHolderState xaResourceHolderState)
|
protected Job |
Committer.createJob(XAResourceHolderState resourceHolder)
|
protected abstract Job |
AbstractPhaseEngine.createJob(XAResourceHolderState xaResourceHolderState)
Create a Job that is going to execute the phase command on the given resource. |
Uses of Job in bitronix.tm.twopc.executor |
---|
Methods in bitronix.tm.twopc.executor with parameters of type Job | |
---|---|
Object |
SyncExecutor.submit(Job job)
|
Object |
Executor.submit(Job job)
Submit a job to be executed by the thread pool. |
Object |
AsyncExecutor.submit(Job job)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |