jBPM distribution 6.0.0.CR4

Uses of Interface
org.jbpm.process.core.timer.SchedulerServiceInterceptor

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)
           
 

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.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.