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 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)
           
 



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