Uses of Interface
org.jbpm.process.core.timer.GlobalSchedulerService
-
Packages that use GlobalSchedulerService Package Description org.jbpm.process.core.timer.impl org.jbpm.runtime.manager.api org.jbpm.runtime.manager.impl org.jbpm.runtime.manager.impl.tx -
-
Uses of GlobalSchedulerService in org.jbpm.process.core.timer.impl
Classes in org.jbpm.process.core.timer.impl that implement GlobalSchedulerService Modifier and Type Class Description classQuartzSchedulerServiceQuartz basedGlobalSchedulerServicethat is configured according to Quartz rules and allows to store jobs in data base.classThreadPoolSchedulerServiceThreadPool based scheduler service backed byThreadPoolSchedulerServiceFields in org.jbpm.process.core.timer.impl declared as GlobalSchedulerService Modifier and Type Field Description protected GlobalSchedulerServiceDelegateSchedulerServiceInterceptor. delegateprotected GlobalSchedulerServiceGlobalTimerService. schedulerServiceConstructors in org.jbpm.process.core.timer.impl with parameters of type GlobalSchedulerService Constructor Description DelegateSchedulerServiceInterceptor(GlobalSchedulerService service)GlobalTimerService(org.kie.api.runtime.manager.RuntimeManager manager, GlobalSchedulerService schedulerService) -
Uses of GlobalSchedulerService in org.jbpm.runtime.manager.api
Methods in org.jbpm.runtime.manager.api that return GlobalSchedulerService Modifier and Type Method Description GlobalSchedulerServiceSchedulerProvider. getSchedulerService()Returns fully configured instance ofSchedulerServiceready to be used/ -
Uses of GlobalSchedulerService in org.jbpm.runtime.manager.impl
Fields in org.jbpm.runtime.manager.impl declared as GlobalSchedulerService Modifier and Type Field Description protected GlobalSchedulerServiceSimpleRuntimeEnvironment. schedulerServiceMethods in org.jbpm.runtime.manager.impl that return GlobalSchedulerService Modifier and Type Method Description protected static GlobalSchedulerServiceDefaultRuntimeEnvironment. discoverSchedulerService()GlobalSchedulerServiceSimpleRuntimeEnvironment. getSchedulerService()Methods in org.jbpm.runtime.manager.impl with parameters of type GlobalSchedulerService Modifier and Type Method Description voidSimpleRuntimeEnvironment. setSchedulerService(GlobalSchedulerService schedulerService)Constructors in org.jbpm.runtime.manager.impl with parameters of type GlobalSchedulerService Constructor Description DefaultRuntimeEnvironment(javax.persistence.EntityManagerFactory emf, GlobalSchedulerService globalSchedulerService) -
Uses of GlobalSchedulerService in org.jbpm.runtime.manager.impl.tx
Constructors in org.jbpm.runtime.manager.impl.tx with parameters of type GlobalSchedulerService Constructor Description NoTransactionalTimerResourcesCleanupAwareSchedulerServiceInterceptor(org.kie.api.runtime.manager.RuntimeEnvironment environment, org.kie.api.runtime.manager.RuntimeManager manager, GlobalSchedulerService schedulerService)TransactionAwareSchedulerServiceInterceptor(org.kie.api.runtime.manager.RuntimeEnvironment environment, org.kie.api.runtime.manager.RuntimeManager manager, GlobalSchedulerService schedulerService)
-