Uses of Interface
org.flowable.job.service.impl.asyncexecutor.JobManager
-
-
Uses of JobManager in org.flowable.job.service
Fields in org.flowable.job.service declared as JobManager Modifier and Type Field Description protected JobManagerJobServiceConfiguration. jobManagerMethods in org.flowable.job.service that return JobManager Modifier and Type Method Description JobManagerJobServiceConfiguration. getJobManager()Methods in org.flowable.job.service with parameters of type JobManager Modifier and Type Method Description voidJobServiceConfiguration. setJobManager(JobManager jobManager) -
Uses of JobManager in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return JobManager Modifier and Type Method Description JobManagerServiceImpl. getJobManager() -
Uses of JobManager in org.flowable.job.service.impl.asyncexecutor
Classes in org.flowable.job.service.impl.asyncexecutor that implement JobManager Modifier and Type Class Description classDefaultJobManagerFields in org.flowable.job.service.impl.asyncexecutor declared as JobManager Modifier and Type Field Description protected JobManagerAcquireTimerJobsRunnable. jobManagerConstructors in org.flowable.job.service.impl.asyncexecutor with parameters of type JobManager Constructor Description AcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, JobManager jobManager, int moveExecutorPoolSize)AcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, JobManager jobManager, AcquireTimerLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration, int moveExecutorPoolSize) -
Uses of JobManager in org.flowable.job.service.impl.asyncexecutor.message
Classes in org.flowable.job.service.impl.asyncexecutor.message that implement JobManager Modifier and Type Class Description classAbstractMessageBasedJobManagerAbstract class that contains the main logic to send information about an async history data job to a message queue. -
Uses of JobManager in org.flowable.job.service.impl.cmd
Fields in org.flowable.job.service.impl.cmd declared as JobManager Modifier and Type Field Description protected JobManagerBulkMoveTimerJobsToExecutableJobsCmd. jobManagerprotected JobManagerMoveTimerJobsToExecutableJobsCmd. jobManagerConstructors in org.flowable.job.service.impl.cmd with parameters of type JobManager Constructor Description BulkMoveTimerJobsToExecutableJobsCmd(JobManager jobManager, List<TimerJobEntity> timerJobs)MoveTimerJobsToExecutableJobsCmd(JobManager jobManager, List<TimerJobEntity> timerJobs)
-