Uses of Class
org.jbpm.process.core.timer.impl.DelegateSchedulerServiceInterceptor
-
Packages that use DelegateSchedulerServiceInterceptor Package Description org.jbpm.runtime.manager.impl.tx -
-
Uses of DelegateSchedulerServiceInterceptor in org.jbpm.runtime.manager.impl.tx
Subclasses of DelegateSchedulerServiceInterceptor in org.jbpm.runtime.manager.impl.tx Modifier and Type Class Description class
NoTransactionalTimerResourcesCleanupAwareSchedulerServiceInterceptor
This is for transactional global service so it could remove non-transactional resources when the tx is rolled backclass
TransactionAwareSchedulerServiceInterceptor
Transaction aware scheduler service interceptor that will delay actual scheduling of the timer job instance to the afterCompletion phase of JTA transaction.
-