| Modifier and Type | Field and Description |
|---|---|
protected JobManager |
JobServiceConfiguration.jobManager |
| Modifier and Type | Method and Description |
|---|---|
JobManager |
JobServiceConfiguration.getJobManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobServiceConfiguration.setJobManager(JobManager jobManager) |
| Modifier and Type | Method and Description |
|---|---|
JobManager |
ServiceImpl.getJobManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJobManager |
| Modifier and Type | Field and Description |
|---|---|
protected JobManager |
AcquireTimerJobsRunnable.jobManager |
| Constructor and Description |
|---|
AcquireTimerJobsRunnable(AsyncExecutor asyncExecutor,
JobManager jobManager,
AcquireTimerLifecycleListener lifecycleListener,
AcquireJobsRunnableConfiguration configuration,
int moveExecutorPoolSize) |
AcquireTimerJobsRunnable(AsyncExecutor asyncExecutor,
JobManager jobManager,
int moveExecutorPoolSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageBasedJobManager
Abstract class that contains the main logic to send information about an async history data job to a message queue.
|
| Modifier and Type | Field and Description |
|---|---|
protected JobManager |
BulkMoveTimerJobsToExecutableJobsCmd.jobManager |
protected JobManager |
MoveTimerJobsToExecutableJobsCmd.jobManager |
| Constructor and Description |
|---|
BulkMoveTimerJobsToExecutableJobsCmd(JobManager jobManager,
List<TimerJobEntity> timerJobs) |
MoveTimerJobsToExecutableJobsCmd(JobManager jobManager,
List<TimerJobEntity> timerJobs) |
Copyright © 2021 Flowable. All rights reserved.