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  Job Rollbacker.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.
protected  Job Committer.createJob(XAResourceHolderState resourceHolder)
           
 

Uses of Job in bitronix.tm.twopc.executor
 

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



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