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.jobexecutor.jdk   
org.ow2.orchestra.pvm.internal.jobexecutor.pvm   
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.findFirstDueJob()
           
 JobImpl<?> HibernateJobDbSession.getJob(long jobId)
           
 

Methods in org.ow2.orchestra.pvm.internal.hibernate that return types with arguments of type JobImpl
 List<JobImpl<?>> HibernateJobDbSession.findExclusiveJobs(Execution processInstance)
           
 Collection<JobImpl<?>> HibernateJobDbSession.findFirstAcquirableJob(int limit, boolean limitSameInstanceJobs)
           
 

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.failedJob
           
protected  JobImpl<?> ExecuteJobCmd.jobDbid
           
 

Fields in org.ow2.orchestra.pvm.internal.jobexecutor with type parameters of type JobImpl
protected  Command<Collection<Collection<JobImpl<?>>>> AbstractJobExecutor.acquireJobsCommand
           
 

Methods in org.ow2.orchestra.pvm.internal.jobexecutor that return JobImpl
 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
protected  Collection<Collection<JobImpl<?>>> AbstractDispatcherThread.acquireJobs()
           
 Collection<Collection<JobImpl<?>>> AcquireJobsCmd.execute(Environment environment)
           
 List<JobImpl<?>> JobDbSession.findExclusiveJobs(Execution processInstance)
          the list of jobs of the process instance that mustn't be concurrent
 Collection<JobImpl<?>> JobDbSession.findFirstAcquirableJob(int limit, boolean limitSameInstanceJobs)
          the first jobImpl to finish among eligible and non-locked jobs or null if none
 Command<Collection<Collection<JobImpl<?>>>> AbstractJobExecutor.getAcquireJobsCommand()
           
 

Method parameters in org.ow2.orchestra.pvm.internal.jobexecutor with type arguments of type JobImpl
protected abstract  void AbstractDispatcherThread.putAcquiredJobDbidsOnQueue(Collection<JobImpl<?>> acquiredJobDbids)
           
 

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

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

Method parameters in org.ow2.orchestra.pvm.internal.jobexecutor.jdk with type arguments of type JobImpl
protected  void JdkDispatcherThread.putAcquiredJobDbidsOnQueue(Collection<JobImpl<?>> acquiredJobDbids)
           
 

Constructor parameters in org.ow2.orchestra.pvm.internal.jobexecutor.jdk with type arguments of type JobImpl
JobExecutorTask(CommandService commandService, Collection<JobImpl<?>> jobDbids)
           
 

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

Method parameters in org.ow2.orchestra.pvm.internal.jobexecutor.pvm with type arguments of type JobImpl
protected  void DispatcherThread.putAcquiredJobDbidsOnQueue(Collection<JobImpl<?>> acquiredJobDbids)
           
 

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  List<JobImpl<?>> ExecutionImpl.jobs
           
 

Methods in org.ow2.orchestra.pvm.internal.model that return types with arguments of type JobImpl
 List<JobImpl<?>> ExecutionImpl.getJobs()
           
 

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 © 2011 OW2 Consortium. All Rights Reserved.