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)
|
internalSchedule
void internalSchedule(org.drools.core.time.impl.TimerJobInstance timerJobInstance)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.