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 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 JobExecutorModifier and TypeMethodDescriptionprotected JobExecutor
StartJobAcquisitionStep.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 JobExecutor
StartJobAcquisitionStep.instantiateJobExecutor
(Class<? extends JobExecutor> configurationClass) -
Uses of JobExecutor in org.camunda.bpm.container.impl.jboss.service
Subclasses of JobExecutor in org.camunda.bpm.container.impl.jboss.service -
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.cdi.impl
Subclasses of JobExecutor in org.camunda.bpm.engine.cdi.implModifier and TypeClassDescriptionclass
JobExecutor
implementation that utilises an application server's managed thread pool to acquire and execute jobs. -
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 JobExecutor
ProcessEngineConfigurationImpl.jobExecutor
Methods 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 TypeClassDescriptionclass
This is a simple implementation of theJobExecutor
using self-managed threads for performing background work.class
JobExecutor implementation that delegates the execution of jobs to theRuntimeContainer
class
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as JobExecutorModifier and TypeFieldDescriptionprotected final JobExecutor
AcquireJobsRunnable.jobExecutor
protected JobExecutor
DefaultAcquireJobsCommandFactory.jobExecutor
protected JobExecutor
ExecuteJobsRunnable.jobExecutor
protected JobExecutor
MessageAddedNotification.jobExecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type JobExecutorModifier and TypeMethodDescriptionvoid
CallerRunsRejectedJobsHandler.jobsRejected
(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor) void
NotifyAcquisitionRejectedJobsHandler.jobsRejected
(List<String> jobIds, ProcessEngineImpl processEngine, JobExecutor jobExecutor) void
RejectedJobsHandler.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) -
Uses of JobExecutor in org.camunda.bpm.engine.spring.components.jobexecutor
Subclasses of JobExecutor in org.camunda.bpm.engine.spring.components.jobexecutorModifier and TypeClassDescriptionclass
This is a spring based implementation of theJobExecutor
using spring abstractionTaskExecutor
for performing background task execution. -
Uses of JobExecutor in org.camunda.bpm.qa.performance.engine.junit
Fields in org.camunda.bpm.qa.performance.engine.junit declared as JobExecutorModifier and TypeFieldDescriptionprotected JobExecutor
ProcessEngineJobExecutorPerformanceTestCase.jobExecutor
-
Uses of JobExecutor in org.camunda.bpm.quarkus.engine.extension.impl
Subclasses of JobExecutor in org.camunda.bpm.quarkus.engine.extension.implModifier and TypeClassDescriptionclass
AJobExecutor
implementation that utilises a separate thread pool to acquire and execute jobs. -
Uses of JobExecutor in org.camunda.bpm.spring.boot.starter
Methods in org.camunda.bpm.spring.boot.starter with parameters of type JobExecutorModifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthIndicator
CamundaBpmActuatorConfiguration.jobExecutorHealthIndicator
(JobExecutor jobExecutor) -
Uses of JobExecutor in org.camunda.bpm.spring.boot.starter.actuator
Constructors in org.camunda.bpm.spring.boot.starter.actuator with parameters of type JobExecutor -
Uses of JobExecutor in org.camunda.bpm.spring.boot.starter.configuration.impl
Fields in org.camunda.bpm.spring.boot.starter.configuration.impl declared as JobExecutorMethods in org.camunda.bpm.spring.boot.starter.configuration.impl that return JobExecutorModifier and TypeMethodDescriptionstatic JobExecutor
DefaultJobConfiguration.JobConfiguration.jobExecutor
(org.springframework.core.task.TaskExecutor taskExecutor, CamundaBpmProperties properties) -
Uses of JobExecutor in org.camunda.bpm.spring.boot.starter.event
Fields in org.camunda.bpm.spring.boot.starter.event declared as JobExecutorModifier and TypeFieldDescriptionprotected JobExecutor
JobExecutorStartingEventListener.jobExecutor