Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.JobExecutor

Packages that use JobExecutor
org.camunda.bpm.container.impl.deployment   
org.camunda.bpm.container.impl.deployment.jobexecutor   
org.camunda.bpm.container.impl.jmx.services   
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.jobexecutor   
 

Uses of JobExecutor in org.camunda.bpm.container.impl.deployment
 

Methods in org.camunda.bpm.container.impl.deployment that return JobExecutor
protected  JobExecutor StartProcessEngineStep.getJobExecutorService(PlatformServiceContainer serviceContainer)
           
 

Uses of JobExecutor in org.camunda.bpm.container.impl.deployment.jobexecutor
 

Methods in org.camunda.bpm.container.impl.deployment.jobexecutor that return JobExecutor
protected  JobExecutor StartJobAcquisitionStep.instantiateJobExecutor(Class<? extends JobExecutor> configurationClass)
           
 

Methods in org.camunda.bpm.container.impl.deployment.jobexecutor that return types with arguments of type JobExecutor
protected  Class<? extends JobExecutor> StartJobAcquisitionStep.loadJobExecutorClass(ClassLoader processApplicationClassloader, String jobExecutorClassname)
           
 

Method parameters in org.camunda.bpm.container.impl.deployment.jobexecutor with type arguments of type JobExecutor
protected  JobExecutor StartJobAcquisitionStep.instantiateJobExecutor(Class<? extends JobExecutor> configurationClass)
           
 

Uses of JobExecutor in org.camunda.bpm.container.impl.jmx.services
 

Fields in org.camunda.bpm.container.impl.jmx.services declared as JobExecutor
protected  JobExecutor JmxManagedJobExecutor.jobExecutor
           
 

Methods in org.camunda.bpm.container.impl.jmx.services that return JobExecutor
 JobExecutor JmxManagedJobExecutor.getValue()
           
 

Constructors in org.camunda.bpm.container.impl.jmx.services with parameters of type JobExecutor
JmxManagedJobExecutor(JobExecutor jobExecutor)
           
 

Uses of JobExecutor in org.camunda.bpm.engine.impl
 

Fields in org.camunda.bpm.engine.impl declared as JobExecutor
protected  JobExecutor ProcessEngineImpl.jobExecutor
           
 

Uses of JobExecutor in org.camunda.bpm.engine.impl.cfg
 

Fields in org.camunda.bpm.engine.impl.cfg declared as JobExecutor
protected  JobExecutor ProcessEngineConfigurationImpl.jobExecutor
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return JobExecutor
 JobExecutor ProcessEngineConfigurationImpl.getJobExecutor()
           
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type JobExecutor
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setJobExecutor(JobExecutor jobExecutor)
           
 

Uses of JobExecutor in org.camunda.bpm.engine.impl.cmd
 

Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type JobExecutor
AcquireJobsCmd(JobExecutor jobExecutor)
           
AcquireJobsCmd(JobExecutor jobExecutor, int numJobsToAcquire)
           
 

Uses of JobExecutor in org.camunda.bpm.engine.impl.jobexecutor
 

Subclasses of JobExecutor in org.camunda.bpm.engine.impl.jobexecutor
 class DefaultJobExecutor
          This is a simple implementation of the JobExecutor using self-managed threads for performing background work.
 class RuntimeContainerJobExecutor
          JobExecutor implementation that delegates the execution of jobs to the RuntimeContainer
 class ThreadPoolJobExecutor
           
 

Fields in org.camunda.bpm.engine.impl.jobexecutor declared as JobExecutor
protected  JobExecutor DefaultAcquireJobsCommandFactory.jobExecutor
           
protected  JobExecutor AcquireJobsRunnable.jobExecutor
           
protected  JobExecutor ExecuteJobsRunnable.jobExecutor
           
protected  JobExecutor MessageAddedNotification.jobExecutor
           
 

Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobExecutor
 void NotifyAcquisitionRejectedJobsHandler.jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
           
 void RejectedJobsHandler.jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
           
 void CallerRunsRejectedJobsHandler.jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)
           
 

Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobExecutor
AcquireJobsRunnable(JobExecutor jobExecutor)
           
BackoffJobAcquisitionStrategy(JobExecutor jobExecutor)
           
DefaultAcquireJobsCommandFactory(JobExecutor jobExecutor)
           
MessageAddedNotification(JobExecutor jobExecutor)
           
SequentialJobAcquisitionRunnable(JobExecutor jobExecutor)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.