Class MscRuntimeContainerJobExecutor
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
-
- org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerJobExecutor
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<RuntimeContainerJobExecutor>,org.jboss.msc.value.Value<RuntimeContainerJobExecutor>
public class MscRuntimeContainerJobExecutor extends RuntimeContainerJobExecutor implements org.jboss.msc.service.Service<RuntimeContainerJobExecutor>
- Author:
- Daniel Meyer, Roman Smirnov
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
acquireJobsCmdFactory, acquireJobsRunnable, backoffDecreaseThreshold, backoffTimeInMillis, isActive, isAutoActivate, jobAcquisitionThread, lockOwner, lockTimeInMillis, maxBackoff, maxJobsPerAcquisition, maxWait, name, processEngines, rejectedJobsHandler, waitIncreaseFactor, waitTimeInMillis
-
-
Constructor Summary
Constructors Constructor Description MscRuntimeContainerJobExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeContainerJobExecutorgetValue()voidstart(org.jboss.msc.service.StartContext arg0)voidstop(org.jboss.msc.service.StopContext arg0)-
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
executeJobs, getExecuteJobsRunnable, getRuntimeContainerDelegate, startExecutingJobs, stopExecutingJobs
-
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
engineIterator, 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
-
-
-
-
Method Detail
-
getValue
public RuntimeContainerJobExecutor getValue() throws java.lang.IllegalStateException, java.lang.IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<RuntimeContainerJobExecutor>- Throws:
java.lang.IllegalStateExceptionjava.lang.IllegalArgumentException
-
start
public void start(org.jboss.msc.service.StartContext arg0) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Specified by:
startin interfaceorg.jboss.msc.service.Service<RuntimeContainerJobExecutor>- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext arg0)
- Specified by:
stopin interfaceorg.jboss.msc.Service- Specified by:
stopin interfaceorg.jboss.msc.service.Service<RuntimeContainerJobExecutor>
-
-