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.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 TypeClassDescriptionclassJobExecutorimplementation 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 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) -
Uses of JobExecutor in org.camunda.bpm.engine.spring.components.jobexecutor
Subclasses of JobExecutor in org.camunda.bpm.engine.spring.components.jobexecutorModifier and TypeClassDescriptionclassThis is a spring based implementation of theJobExecutorusing spring abstractionTaskExecutorfor 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 JobExecutorProcessEngineJobExecutorPerformanceTestCase.jobExecutor -
Uses of JobExecutor in org.camunda.bpm.quarkus.engine.extension.impl
Subclasses of JobExecutor in org.camunda.bpm.quarkus.engine.extension.implModifier and TypeClassDescriptionclassAJobExecutorimplementation 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.HealthIndicatorCamundaBpmActuatorConfiguration.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 JobExecutorDefaultJobConfiguration.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 JobExecutorJobExecutorStartingEventListener.jobExecutor