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

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

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

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

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

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

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

Methods in org.ow2.orchestra.pvm.internal.hibernate with parameters of type JobImpl
 void HibernateJobDbSession.delete(JobImpl<?> job)
           
 void HibernateJobDbSession.save(JobImpl<?> job)
           
 

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

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

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

Fields in org.ow2.orchestra.pvm.internal.jobexecutor declared as JobImpl
protected  JobImpl<?> JobExceptionHandler.job
           
 

Methods in org.ow2.orchestra.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.orchestra.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
 

Constructors in org.ow2.orchestra.pvm.internal.jobexecutor with parameters of type JobImpl
JobExceptionHandler(JobImpl<?> job, java.lang.Throwable exception)
           
 

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

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

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

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

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

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



Copyright © 2010 OW2 Consortium. All Rights Reserved.