Uses of Class
org.jbpm.executor.impl.AvailableJobsExecutor
-
Packages that use AvailableJobsExecutor Package Description org.jbpm.executor.impl org.jbpm.executor.impl.concurrent -
-
Uses of AvailableJobsExecutor in org.jbpm.executor.impl
Methods in org.jbpm.executor.impl that return AvailableJobsExecutor Modifier and Type Method Description AvailableJobsExecutor
ExecutorImpl. getJobProcessor()
Methods in org.jbpm.executor.impl with parameters of type AvailableJobsExecutor Modifier and Type Method Description void
ExecutorImpl. setJobProcessor(AvailableJobsExecutor jobProcessor)
-
Uses of AvailableJobsExecutor in org.jbpm.executor.impl.concurrent
Constructors in org.jbpm.executor.impl.concurrent with parameters of type AvailableJobsExecutor Constructor Description LoadAndScheduleRequestsTask(ScheduledExecutorService scheduler, AvailableJobsExecutor jobProcessor, Supplier<List<org.kie.api.executor.RequestInfo>> taskLoader)
PrioritisedRunnable(long id, int priority, Date fireDate, AvailableJobsExecutor availableJobsExecutor)
ScheduleTaskTransactionSynchronization(ScheduledExecutorService scheduler, RequestInfo requestInfo, Date date, AvailableJobsExecutor jobProcessor)
-