Uses of Interface
org.jbpm.process.core.timer.SchedulerServiceInterceptor
-
Packages that use SchedulerServiceInterceptor Package Description org.jbpm.process.core.timer org.jbpm.process.core.timer.impl -
-
Uses of SchedulerServiceInterceptor in org.jbpm.process.core.timer
Methods in org.jbpm.process.core.timer with parameters of type SchedulerServiceInterceptor Modifier and Type Method Description voidGlobalSchedulerService. setInterceptor(SchedulerServiceInterceptor interceptor)Allows to set interceptor that will be used to schedule timer instances -
Uses of SchedulerServiceInterceptor in org.jbpm.process.core.timer.impl
Classes in org.jbpm.process.core.timer.impl that implement SchedulerServiceInterceptor Modifier and Type Class Description classDelegateSchedulerServiceInterceptorSimple delegate that is default implementation used if none other has been given.Methods in org.jbpm.process.core.timer.impl with parameters of type SchedulerServiceInterceptor Modifier and Type Method Description voidQuartzSchedulerService. setInterceptor(SchedulerServiceInterceptor interceptor)voidThreadPoolSchedulerService. setInterceptor(SchedulerServiceInterceptor interceptor)
-