jBPM :: Distribution 6.2.0.Final

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   
org.jbpm.services.ejb.timer   
 

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.
 

Uses of SchedulerServiceInterceptor in org.jbpm.services.ejb.timer
 

Methods in org.jbpm.services.ejb.timer with parameters of type SchedulerServiceInterceptor
 void EjbSchedulerService.setInterceptor(SchedulerServiceInterceptor interceptor)
           
 


jBPM :: Distribution 6.2.0.Final

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