public interface GlobalSchedulerService
extends org.drools.core.time.SchedulerService, org.drools.core.time.InternalSchedulerService
GlobalSchedulerService
Modifier and Type | Method and Description |
---|---|
org.drools.core.time.JobHandle |
buildJobHandleForContext(NamedJobContext ctx) |
void |
initScheduler(org.drools.core.time.TimerService timerService)
Provides handle to inject timerService that owns this scheduler service and initialize it
|
boolean |
isTransactional() |
boolean |
retryEnabled() |
void |
setInterceptor(SchedulerServiceInterceptor interceptor) |
void |
shutdown()
Allows to shutdown the scheduler service
|
void initScheduler(org.drools.core.time.TimerService timerService)
timerService
- owner of this scheduler servicevoid shutdown()
org.drools.core.time.JobHandle buildJobHandleForContext(NamedJobContext ctx)
boolean isTransactional()
boolean retryEnabled()
void setInterceptor(SchedulerServiceInterceptor interceptor)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.