Uses of Class
org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
Packages that use JobExecutor
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of JobExecutor in org.camunda.bpm.container.impl.deployment
Methods in org.camunda.bpm.container.impl.deployment that return JobExecutorModifier and TypeMethodDescriptionprotected 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 JobExecutorModifier and TypeMethodDescriptionprotected JobExecutorStartJobAcquisitionStep.instantiateJobExecutor(Class<? extends JobExecutor> configurationClass) Methods in org.camunda.bpm.container.impl.deployment.jobexecutor that return types with arguments of type JobExecutorModifier and TypeMethodDescriptionprotected Class<? extends JobExecutor>StartJobAcquisitionStep.loadJobExecutorClass(ClassLoader processApplicationClassloader, String jobExecutorClassname) Method parameters in org.camunda.bpm.container.impl.deployment.jobexecutor with type arguments of type JobExecutorModifier and TypeMethodDescriptionprotected 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 JobExecutorMethods in org.camunda.bpm.container.impl.jmx.services that return JobExecutorConstructors in org.camunda.bpm.container.impl.jmx.services with parameters of type JobExecutor -
Uses of JobExecutor in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as JobExecutor -
Uses of JobExecutor in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as JobExecutorModifier and TypeFieldDescriptionprotected JobExecutorProcessEngineConfigurationImpl.jobExecutorMethods in org.camunda.bpm.engine.impl.cfg that return JobExecutorMethods in org.camunda.bpm.engine.impl.cfg with parameters of type JobExecutorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.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 JobExecutorModifierConstructorDescriptionAcquireJobsCmd(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.jobexecutorModifier and TypeClassDescriptionclassThis is a simple implementation of theJobExecutorusing self-managed threads for performing background work.classJobExecutor implementation that delegates the execution of jobs to theRuntimeContainerclassFields in org.camunda.bpm.engine.impl.jobexecutor declared as JobExecutorModifier and TypeFieldDescriptionprotected final JobExecutorAcquireJobsRunnable.jobExecutorprotected JobExecutorDefaultAcquireJobsCommandFactory.jobExecutorprotected JobExecutorExecuteJobsRunnable.jobExecutorprotected JobExecutorMessageAddedNotification.jobExecutorMethods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobExecutorModifier and TypeMethodDescriptionvoidCallerRunsRejectedJobsHandler.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 JobExecutorModifierConstructorDescriptionAcquireJobsRunnable(JobExecutor jobExecutor) BackoffJobAcquisitionStrategy(JobExecutor jobExecutor) DefaultAcquireJobsCommandFactory(JobExecutor jobExecutor) MessageAddedNotification(JobExecutor jobExecutor) SequentialJobAcquisitionRunnable(JobExecutor jobExecutor)