Modifier and Type | Method and Description |
---|---|
Runnable |
ExecutorService.getExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine)
Returns a runnable to be used for executing Jobs.
|
Modifier and Type | Method and Description |
---|---|
Runnable |
ExecutorServiceBean.getExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine) |
Modifier and Type | Method and Description |
---|---|
Runnable |
MscExecutorService.getExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine) |
Modifier and Type | Method and Description |
---|---|
Runnable |
JcaWorkManagerExecutorService.getExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine) |
Modifier and Type | Method and Description |
---|---|
Runnable |
CommonJWorkManagerExecutorService.getExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine) |
Constructor and Description |
---|
JcaInflowExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine,
JcaExecutorServiceConnector connector) |
Modifier and Type | Method and Description |
---|---|
Runnable |
JcaExecutorServiceManagedConnection.getExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine) |
Runnable |
JcaExecutorServiceConnectionImpl.getExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine) |
Runnable |
JcaExecutorServiceConnection.getExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine) |
Modifier and Type | Method and Description |
---|---|
Runnable |
SeExecutorService.getExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine) |
Modifier and Type | Field and Description |
---|---|
protected ProcessEngineImpl |
ProcessEngineConfigurationImpl.processEngine
The process engine created by this configuration.
|
Modifier and Type | Method and Description |
---|---|
ProcessEngineImpl |
ProcessEngineConfigurationImpl.getProcessEngine() |
Modifier and Type | Field and Description |
---|---|
protected ProcessEngineImpl |
ExecuteJobsRunnable.processEngine |
Modifier and Type | Field and Description |
---|---|
protected List<ProcessEngineImpl> |
JobExecutor.processEngines |
Modifier and Type | Method and Description |
---|---|
List<ProcessEngineImpl> |
JobExecutor.getProcessEngines() |
Modifier and Type | Method and Description |
---|---|
void |
ThreadPoolJobExecutor.executeJobs(List<String> jobIds,
ProcessEngineImpl processEngine) |
void |
RuntimeContainerJobExecutor.executeJobs(List<String> jobIds,
ProcessEngineImpl processEngine) |
abstract void |
JobExecutor.executeJobs(List<String> jobIds,
ProcessEngineImpl processEngine) |
void |
RejectedJobsHandler.jobsRejected(List<String> jobIds,
ProcessEngineImpl processEngine) |
void |
CallerRunsRejectedJobsHandler.jobsRejected(List<String> jobIds,
ProcessEngineImpl processEngine) |
void |
JobExecutor.registerProcessEngine(ProcessEngineImpl processEngine) |
void |
JobExecutor.unregisterProcessEngine(ProcessEngineImpl processEngine) |
Modifier and Type | Method and Description |
---|---|
void |
JobExecutor.setProcessEngines(List<ProcessEngineImpl> processEngines) |
Constructor and Description |
---|
ExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine) |
Modifier and Type | Field and Description |
---|---|
protected ProcessEngineImpl |
ProcessEngineFactoryBean.processEngine |
Modifier and Type | Method and Description |
---|---|
void |
SpringJobExecutor.executeJobs(List<String> jobIds,
ProcessEngineImpl processEngine) |
Copyright © 2015. All rights reserved.