Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
Packages that use JobExecutor Package Description 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 Modifier and Type Method Description protected JobExecutorStartProcessEngineStep. 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 Modifier and Type Method Description protected JobExecutorStartJobAcquisitionStep. instantiateJobExecutor(Class<? extends JobExecutor> configurationClass)Methods in org.camunda.bpm.container.impl.deployment.jobexecutor that return types with arguments of type JobExecutor Modifier and Type Method Description 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 Modifier and Type Method Description protected JobExecutorStartJobAcquisitionStep. 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 Modifier and Type Field Description protected JobExecutorJmxManagedJobExecutor. jobExecutorMethods in org.camunda.bpm.container.impl.jmx.services that return JobExecutor Modifier and Type Method Description JobExecutorJmxManagedJobExecutor. getValue()Constructors in org.camunda.bpm.container.impl.jmx.services with parameters of type JobExecutor Constructor Description JmxManagedJobExecutor(JobExecutor jobExecutor) -
Uses of JobExecutor in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as JobExecutor Modifier and Type Field Description protected JobExecutorProcessEngineImpl. jobExecutor -
Uses of JobExecutor in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as JobExecutor Modifier and Type Field Description protected JobExecutorProcessEngineConfigurationImpl. jobExecutorMethods in org.camunda.bpm.engine.impl.cfg that return JobExecutor Modifier and Type Method Description JobExecutorProcessEngineConfigurationImpl. getJobExecutor()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type JobExecutor Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. 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 Constructor Description 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 Modifier and Type Class Description classDefaultJobExecutorThis is a simple implementation of theJobExecutorusing self-managed threads for performing background work.classRuntimeContainerJobExecutorJobExecutor implementation that delegates the execution of jobs to theRuntimeContainerclassThreadPoolJobExecutorFields in org.camunda.bpm.engine.impl.jobexecutor declared as JobExecutor Modifier and Type Field Description protected JobExecutorAcquireJobsRunnable. jobExecutorprotected JobExecutorDefaultAcquireJobsCommandFactory. jobExecutorprotected JobExecutorExecuteJobsRunnable. jobExecutorprotected JobExecutorMessageAddedNotification. jobExecutorMethods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobExecutor Modifier and Type Method Description voidCallerRunsRejectedJobsHandler. jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)voidNotifyAcquisitionRejectedJobsHandler. jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)voidRejectedJobsHandler. jobsRejected(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor)Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobExecutor Constructor Description AcquireJobsRunnable(JobExecutor jobExecutor)BackoffJobAcquisitionStrategy(JobExecutor jobExecutor)DefaultAcquireJobsCommandFactory(JobExecutor jobExecutor)MessageAddedNotification(JobExecutor jobExecutor)SequentialJobAcquisitionRunnable(JobExecutor jobExecutor)
-