Class RuntimeContainerJobExecutor
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
- Direct Known Subclasses:
- MscRuntimeContainerJobExecutor
JobExecutor implementation that delegates the execution of jobs
 to the RuntimeContainer
- Author:
- Daniel Meyer
- 
Field SummaryFields inherited from class org.camunda.bpm.engine.impl.jobexecutor.JobExecutoracquireJobsCmdFactory, acquireJobsRunnable, backoffDecreaseThreshold, backoffTimeInMillis, isActive, isAutoActivate, jobAcquisitionThread, lockOwner, lockTimeInMillis, maxBackoff, maxJobsPerAcquisition, maxWait, name, processEngines, rejectedJobsHandler, waitIncreaseFactor, waitTimeInMillis
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecuteJobs(List<String> jobIds, ProcessEngineImpl processEngine) getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine) protected RuntimeContainerDelegateprotected voidprotected voidMethods inherited from class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorengineIterator, ensureCleanup, ensureInitialization, executeJobs, getAcquireJobsCmd, getAcquireJobsCmdFactory, getAcquireJobsRunnable, getBackoffDecreaseThreshold, getBackoffTimeInMillis, getCommandExecutor, getLockOwner, getLockTimeInMillis, getMaxBackoff, getMaxJobsPerAcquisition, getMaxWait, getName, getProcessEngines, getRejectedJobsHandler, getWaitIncreaseFactor, getWaitTimeInMillis, hasRegisteredEngine, isActive, isAutoActivate, jobWasAdded, logAcquiredJobs, logAcquisitionAttempt, logAcquisitionFailureJobs, logRejectedExecution, registerProcessEngine, setAcquireJobsCmdFactory, setAutoActivate, setBackoffDecreaseThreshold, setBackoffTimeInMillis, setCommandExecutor, setLockOwner, setLockTimeInMillis, setMaxBackoff, setMaxJobsPerAcquisition, setMaxWait, setProcessEngines, setRejectedJobsHandler, setWaitIncreaseFactor, setWaitTimeInMillis, shutdown, start, startJobAcquisitionThread, stopJobAcquisitionThread, unregisterProcessEngine
- 
Constructor Details- 
RuntimeContainerJobExecutorpublic RuntimeContainerJobExecutor()
 
- 
- 
Method Details- 
startExecutingJobsprotected void startExecutingJobs()- Specified by:
- startExecutingJobsin class- JobExecutor
 
- 
stopExecutingJobsprotected void stopExecutingJobs()- Specified by:
- stopExecutingJobsin class- JobExecutor
 
- 
executeJobs- Specified by:
- executeJobsin class- JobExecutor
 
- 
getRuntimeContainerDelegate
- 
getExecuteJobsRunnable- Overrides:
- getExecuteJobsRunnablein class- JobExecutor
 
 
-