Uses of Class
org.ow2.bonita.pvm.internal.job.JobImpl

Packages that use JobImpl
org.ow2.bonita.pvm.internal.env   
org.ow2.bonita.pvm.internal.hibernate   
org.ow2.bonita.pvm.internal.job   
org.ow2.bonita.pvm.internal.jobexecutor   
org.ow2.bonita.pvm.internal.model   
org.ow2.bonita.pvm.internal.model.op   
org.ow2.bonita.pvm.internal.svc   
 

Uses of JobImpl in org.ow2.bonita.pvm.internal.env
 

Constructors in org.ow2.bonita.pvm.internal.env with parameters of type JobImpl
JobContext(JobImpl<?> job)
           
 

Uses of JobImpl in org.ow2.bonita.pvm.internal.hibernate
 

Methods in org.ow2.bonita.pvm.internal.hibernate that return JobImpl
 JobImpl<?> HibernateJobDbSession.findFirstAcquirableJob()
           
 JobImpl<?> HibernateJobDbSession.findFirstDueJob()
           
 JobImpl<?> HibernateJobDbSession.getJob(long jobId)
           
 

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

Uses of JobImpl in org.ow2.bonita.pvm.internal.job
 

Subclasses of JobImpl in org.ow2.bonita.pvm.internal.job
 class CommandMessage
           
 class MessageImpl<T>
           
 class TimerImpl
          a runtime timer instance.
 

Uses of JobImpl in org.ow2.bonita.pvm.internal.jobexecutor
 

Methods in org.ow2.bonita.pvm.internal.jobexecutor that return JobImpl
 JobImpl<?> JobDbSession.findFirstAcquirableJob()
          the first jobImpl to finish among eligible and non-locked jobs or null if none
 JobImpl<?> JobDbSession.findFirstDueJob()
          the first jobImpl to finish among non-owned jobs or null if none
 JobImpl<?> JobDbSession.getJob(long jobId)
          the jobImpl with the given id or null if none
 

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

Methods in org.ow2.bonita.pvm.internal.jobexecutor with parameters of type JobImpl
protected  void ExecuteJobCmd.handleJobExecutionException(Environment environment, JobImpl<?> job, java.lang.Throwable exception)
          This transaction will be marked for rollback.
 

Uses of JobImpl in org.ow2.bonita.pvm.internal.model
 

Fields in org.ow2.bonita.pvm.internal.model with type parameters of type JobImpl
protected  java.util.Set<JobImpl<?>> ExecutionImpl.jobs
           
 

Uses of JobImpl in org.ow2.bonita.pvm.internal.model.op
 

Subclasses of JobImpl in org.ow2.bonita.pvm.internal.model.op
 class ExecuteNodeMessage
           
 class ProceedToDestinationMessage
           
 class SignalMessage
           
 class TakeTransitionMessage
           
 

Uses of JobImpl in org.ow2.bonita.pvm.internal.svc
 

Subclasses of JobImpl in org.ow2.bonita.pvm.internal.svc
 class AsyncCommandMessage
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.