public class EJBTimerScheduler extends Object
Modifier and Type | Field and Description |
---|---|
protected javax.ejb.TimerService |
timerService |
Constructor and Description |
---|
EJBTimerScheduler() |
Modifier and Type | Method and Description |
---|---|
void |
executeTimerJob(javax.ejb.Timer timer) |
org.drools.core.time.impl.TimerJobInstance |
getTimerByName(String jobName) |
void |
internalSchedule(org.drools.core.time.impl.TimerJobInstance timerJobInstance) |
boolean |
removeJob(org.drools.core.time.JobHandle jobHandle) |
void |
setup() |
@PostConstruct public void setup()
public void executeTimerJob(javax.ejb.Timer timer)
public void internalSchedule(org.drools.core.time.impl.TimerJobInstance timerJobInstance)
public boolean removeJob(org.drools.core.time.JobHandle jobHandle)
public org.drools.core.time.impl.TimerJobInstance getTimerByName(String jobName)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.