Package | Description |
---|---|
org.camunda.bpm.container.impl.deployment | |
org.camunda.bpm.container.impl.deployment.jobexecutor | |
org.camunda.bpm.container.impl.jboss.service | |
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 | |
org.camunda.bpm.engine.spring.components.jobexecutor | |
org.camunda.bpm.qa.performance.engine.junit |
Modifier and Type | Method and Description |
---|---|
protected JobExecutor |
StartProcessEngineStep.getJobExecutorService(PlatformServiceContainer serviceContainer) |
Modifier and Type | Method and Description |
---|---|
protected JobExecutor |
StartJobAcquisitionStep.instantiateJobExecutor(Class<? extends JobExecutor> configurationClass) |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends JobExecutor> |
StartJobAcquisitionStep.loadJobExecutorClass(ClassLoader processApplicationClassloader,
String jobExecutorClassname) |
Modifier and Type | Method and Description |
---|---|
protected JobExecutor |
StartJobAcquisitionStep.instantiateJobExecutor(Class<? extends JobExecutor> configurationClass) |
Modifier and Type | Class and Description |
---|---|
class |
MscRuntimeContainerJobExecutor |
Modifier and Type | Field and Description |
---|---|
protected JobExecutor |
JmxManagedJobExecutor.jobExecutor |
Modifier and Type | Method and Description |
---|---|
JobExecutor |
JmxManagedJobExecutor.getValue() |
Constructor and Description |
---|
JmxManagedJobExecutor(JobExecutor jobExecutor) |
Modifier and Type | Field and Description |
---|---|
protected JobExecutor |
ProcessEngineImpl.jobExecutor |
Modifier and Type | Field and Description |
---|---|
protected JobExecutor |
ProcessEngineConfigurationImpl.jobExecutor |
Modifier and Type | Method and Description |
---|---|
JobExecutor |
ProcessEngineConfigurationImpl.getJobExecutor() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setJobExecutor(JobExecutor jobExecutor) |
Constructor and Description |
---|
AcquireJobsCmd(JobExecutor jobExecutor) |
AcquireJobsCmd(JobExecutor jobExecutor,
int numJobsToAcquire) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected JobExecutor |
ExecuteJobsRunnable.jobExecutor |
protected JobExecutor |
MessageAddedNotification.jobExecutor |
protected JobExecutor |
DefaultAcquireJobsCommandFactory.jobExecutor |
protected JobExecutor |
AcquireJobsRunnable.jobExecutor |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Constructor and Description |
---|
AcquireJobsRunnable(JobExecutor jobExecutor) |
BackoffJobAcquisitionStrategy(JobExecutor jobExecutor) |
DefaultAcquireJobsCommandFactory(JobExecutor jobExecutor) |
MessageAddedNotification(JobExecutor jobExecutor) |
SequentialJobAcquisitionRunnable(JobExecutor jobExecutor) |
Modifier and Type | Class and Description |
---|---|
class |
SpringJobExecutor
This is a spring based implementation of the
JobExecutor using spring abstraction TaskExecutor
for performing background task execution. |
Modifier and Type | Field and Description |
---|---|
protected JobExecutor |
ProcessEngineJobExecutorPerformanceTestCase.jobExecutor |
Copyright © 2019. All rights reserved.