Uses of Class
org.jbpm.pvm.internal.job.JobImpl

Packages that use JobImpl
org.jbpm.pvm.internal.cmd   
org.jbpm.pvm.internal.env environment implementation classes. 
org.jbpm.pvm.internal.hibernate   
org.jbpm.pvm.internal.job   
org.jbpm.pvm.internal.model.op atomic operations and asynchronous continuation messages 
org.jbpm.pvm.internal.session   
org.jbpm.pvm.internal.svc   
 

Uses of JobImpl in org.jbpm.pvm.internal.cmd
 

Methods in org.jbpm.pvm.internal.cmd with parameters of type JobImpl
protected  void ExecuteJobCmd.registerJobExceptionHandler(Environment environment, JobImpl job)
           
 

Uses of JobImpl in org.jbpm.pvm.internal.env
 

Constructors in org.jbpm.pvm.internal.env with parameters of type JobImpl
JobContext(JobImpl job)
           
 

Uses of JobImpl in org.jbpm.pvm.internal.hibernate
 

Methods in org.jbpm.pvm.internal.hibernate that return JobImpl
 JobImpl DbSessionImpl.findFirstAcquirableJob()
           
 JobImpl DbSessionImpl.findFirstDueJob()
           
 

Methods in org.jbpm.pvm.internal.hibernate that return types with arguments of type JobImpl
 java.util.List<JobImpl> DbSessionImpl.findExclusiveJobs(Execution processInstance)
           
 

Uses of JobImpl in org.jbpm.pvm.internal.job
 

Subclasses of JobImpl in org.jbpm.pvm.internal.job
 class CommandMessage
           
 class MessageImpl
           
 class StartProcessTimer
          Job that starts a new process instance of a given process definition on a fixed duedate/periodic time.
 class TimerImpl
          a runtime timer instance.
 

Uses of JobImpl in org.jbpm.pvm.internal.model.op
 

Subclasses of JobImpl in org.jbpm.pvm.internal.model.op
 class ExecuteActivityMessage
           
 class ExecuteEventListenerMessage
           
 class SignalMessage
           
 class TransitionStartActivityMessage
           
 

Uses of JobImpl in org.jbpm.pvm.internal.session
 

Methods in org.jbpm.pvm.internal.session that return JobImpl
 JobImpl DbSession.findFirstAcquirableJob()
          the first job to finish among eligible and non-locked jobs or null if none
 JobImpl DbSession.findFirstDueJob()
          the first job to finish among non-owned jobs or null if none
 

Methods in org.jbpm.pvm.internal.session that return types with arguments of type JobImpl
 java.util.List<JobImpl> DbSession.findExclusiveJobs(Execution processInstance)
          the list of jobs of the process instance that mustn't be concurrent
 

Uses of JobImpl in org.jbpm.pvm.internal.svc
 

Subclasses of JobImpl in org.jbpm.pvm.internal.svc
 class AsyncCommandMessage
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.