public class EJBTimerScheduler extends Object
| 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) |
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–2017 JBoss by Red Hat. All rights reserved.