Uses of Class
org.camunda.bpm.engine.impl.ProcessEngineImpl
-
-
Uses of ProcessEngineImpl in org.camunda.bpm.container
Methods in org.camunda.bpm.container with parameters of type ProcessEngineImpl Modifier and Type Method Description Runnable
ExecutorService. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
Returns a runnable to be used for executing Jobs. -
Uses of ProcessEngineImpl in org.camunda.bpm.container.impl.ejb
Methods in org.camunda.bpm.container.impl.ejb with parameters of type ProcessEngineImpl Modifier and Type Method Description Runnable
ExecutorServiceBean. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.container.impl.jboss.service
Methods in org.camunda.bpm.container.impl.jboss.service with parameters of type ProcessEngineImpl Modifier and Type Method Description Runnable
MscExecutorService. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.container.impl.threading.ra
Methods in org.camunda.bpm.container.impl.threading.ra with parameters of type ProcessEngineImpl Modifier and Type Method Description Runnable
JcaWorkManagerExecutorService. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.container.impl.threading.ra.commonj
Methods in org.camunda.bpm.container.impl.threading.ra.commonj with parameters of type ProcessEngineImpl Modifier and Type Method Description Runnable
CommonJWorkManagerExecutorService. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.container.impl.threading.ra.inflow
Constructors in org.camunda.bpm.container.impl.threading.ra.inflow with parameters of type ProcessEngineImpl Constructor Description JcaInflowExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine, JcaExecutorServiceConnector connector)
-
Uses of ProcessEngineImpl in org.camunda.bpm.container.impl.threading.ra.outbound
Methods in org.camunda.bpm.container.impl.threading.ra.outbound with parameters of type ProcessEngineImpl Modifier and Type Method Description Runnable
JcaExecutorServiceConnection. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
Runnable
JcaExecutorServiceConnectionImpl. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
Runnable
JcaExecutorServiceManagedConnection. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.container.impl.threading.se
Methods in org.camunda.bpm.container.impl.threading.se with parameters of type ProcessEngineImpl Modifier and Type Method Description Runnable
SeExecutorService. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.engine.cdi.impl
Methods in org.camunda.bpm.engine.cdi.impl with parameters of type ProcessEngineImpl Modifier and Type Method Description void
ManagedJobExecutor. executeJobs(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as ProcessEngineImpl Modifier and Type Field Description protected ProcessEngineImpl
ProcessEngineConfigurationImpl. processEngine
The process engine created by this configuration.Methods in org.camunda.bpm.engine.impl.cfg that return ProcessEngineImpl Modifier and Type Method Description ProcessEngineImpl
ProcessEngineConfigurationImpl. getProcessEngine()
-
Uses of ProcessEngineImpl in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as ProcessEngineImpl Modifier and Type Field Description protected ProcessEngineImpl
ExecuteJobsRunnable. processEngine
Fields in org.camunda.bpm.engine.impl.jobexecutor with type parameters of type ProcessEngineImpl Modifier and Type Field Description protected List<ProcessEngineImpl>
JobExecutor. processEngines
Methods in org.camunda.bpm.engine.impl.jobexecutor that return types with arguments of type ProcessEngineImpl Modifier and Type Method Description Iterator<ProcessEngineImpl>
JobExecutor. engineIterator()
Must return an iterator of registered process engines that is independent of concurrent modifications to the underlying data structure of engines.List<ProcessEngineImpl>
JobExecutor. getProcessEngines()
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ProcessEngineImpl Modifier and Type Method Description protected AcquiredJobs
SequentialJobAcquisitionRunnable. acquireJobs(JobAcquisitionContext context, JobAcquisitionStrategy acquisitionStrategy, ProcessEngineImpl currentProcessEngine)
abstract void
JobExecutor. executeJobs(List<String> jobIds, ProcessEngineImpl processEngine)
void
RuntimeContainerJobExecutor. executeJobs(List<String> jobIds, ProcessEngineImpl processEngine)
protected void
SequentialJobAcquisitionRunnable. executeJobs(JobAcquisitionContext context, ProcessEngineImpl currentProcessEngine, AcquiredJobs acquiredJobs)
void
ThreadPoolJobExecutor. executeJobs(List<String> jobIds, ProcessEngineImpl processEngine)
Runnable
JobExecutor. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
Runnable
RuntimeContainerJobExecutor. getExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
boolean
JobExecutor. hasRegisteredEngine(ProcessEngineImpl engine)
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)
void
JobExecutor. logAcquiredJobs(ProcessEngineImpl engine, int numJobs)
void
JobExecutor. logAcquisitionAttempt(ProcessEngineImpl engine)
void
JobExecutor. logAcquisitionFailureJobs(ProcessEngineImpl engine, int numJobs)
void
JobExecutor. logRejectedExecution(ProcessEngineImpl engine, int numJobs)
void
JobExecutor. registerProcessEngine(ProcessEngineImpl processEngine)
void
JobExecutor. unregisterProcessEngine(ProcessEngineImpl processEngine)
Method parameters in org.camunda.bpm.engine.impl.jobexecutor with type arguments of type ProcessEngineImpl Modifier and Type Method Description void
JobExecutor. setProcessEngines(List<ProcessEngineImpl> processEngines)
Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ProcessEngineImpl Constructor Description ExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.engine.spring
Fields in org.camunda.bpm.engine.spring declared as ProcessEngineImpl Modifier and Type Field Description protected ProcessEngineImpl
ProcessEngineFactoryBean. processEngine
-
Uses of ProcessEngineImpl in org.camunda.bpm.engine.spring.components.jobexecutor
Methods in org.camunda.bpm.engine.spring.components.jobexecutor with parameters of type ProcessEngineImpl Modifier and Type Method Description void
SpringJobExecutor. executeJobs(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.quarkus.engine.extension.impl
Methods in org.camunda.bpm.quarkus.engine.extension.impl with parameters of type ProcessEngineImpl Modifier and Type Method Description void
ManagedJobExecutor. executeJobs(List<String> jobIds, ProcessEngineImpl processEngine)
-
Uses of ProcessEngineImpl in org.camunda.bpm.spring.boot.starter.util
Methods in org.camunda.bpm.spring.boot.starter.util that return types with arguments of type ProcessEngineImpl Modifier and Type Method Description static Optional<ProcessEngineImpl>
CamundaSpringBootUtil. processEngineImpl(ProcessEngine processEngine)
Methods in org.camunda.bpm.spring.boot.starter.util with parameters of type ProcessEngineImpl Modifier and Type Method Description void
SpringBootProcessEnginePlugin. postProcessEngineBuild(ProcessEngineImpl processEngine)
-