Uses of Class
bitronix.tm.twopc.executor.Job

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 Preparer.createJob(XAResourceHolderState xaResourceHolderState)
           
protected abstract  Job AbstractPhaseEngine.createJob(XAResourceHolderState xaResourceHolderState)
          Create a Job that is going to execute the phase command on the given resource.
protected  Job Committer.createJob(XAResourceHolderState resourceHolder)
           
protected  Job Rollbacker.createJob(XAResourceHolderState resourceHolder)
           
 

Uses of Job in bitronix.tm.twopc.executor
 

Methods in bitronix.tm.twopc.executor with parameters of type Job
 java.lang.Object SyncExecutor.submit(Job job)
           
 java.lang.Object Executor.submit(Job job)
          Submit a job to be executed by the thread pool.
 java.lang.Object AsyncExecutor.submit(Job job)
           
 



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