jBPM distribution 6.0.0.CR4-Pre1

org.jbpm.process.core.timer
Interface SchedulerServiceInterceptor

All Known Implementing Classes:
DelegateSchedulerServiceInterceptor, TransactionAwareSchedulerServiceInterceptor

public interface SchedulerServiceInterceptor

Interceptor dedicated to GlobalSchedulerService to be able to react and optionally alter default behavior. Common case is to make a timer job scheduling transactional but that's not the only possible case.


Method Summary
 void internalSchedule(org.drools.core.time.impl.TimerJobInstance timerJobInstance)
           
 

Method Detail

internalSchedule

void internalSchedule(org.drools.core.time.impl.TimerJobInstance timerJobInstance)

jBPM distribution 6.0.0.CR4-Pre1

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