|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchedulerServiceInterceptor | |
---|---|
org.jbpm.process.core.timer | |
org.jbpm.process.core.timer.impl | |
org.jbpm.runtime.manager.impl.tx |
Uses of SchedulerServiceInterceptor in org.jbpm.process.core.timer |
---|
Methods in org.jbpm.process.core.timer with parameters of type SchedulerServiceInterceptor | |
---|---|
void |
GlobalSchedulerService.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 | |
---|---|
class |
DelegateSchedulerServiceInterceptor
Simple 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 | |
---|---|
void |
ThreadPoolSchedulerService.setInterceptor(SchedulerServiceInterceptor interceptor)
|
void |
QuartzSchedulerService.setInterceptor(SchedulerServiceInterceptor interceptor)
|
Uses of SchedulerServiceInterceptor in org.jbpm.runtime.manager.impl.tx |
---|
Classes in org.jbpm.runtime.manager.impl.tx that implement SchedulerServiceInterceptor | |
---|---|
class |
TransactionAwareSchedulerServiceInterceptor
Transaction aware scheduler service interceptor that will delay actual scheduling of the timer job instance to the afterCompletion phase of JTA transaction. |
|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |