public class QuartzScheduler extends Object implements AsyncTaskScheduler
| Modifier and Type | Class and Description |
|---|---|
static class |
QuartzScheduler.TaskJob |
| Constructor and Description |
|---|
QuartzScheduler(org.quartz.Scheduler quartz) |
| Modifier and Type | Method and Description |
|---|---|
void |
scheduleTask(brainslug.flow.model.Identifier taskNodeId,
brainslug.flow.model.Identifier sourceNodeId,
brainslug.flow.model.Identifier instanceId,
brainslug.flow.model.Identifier definitionId) |
void |
setContext(BrainslugContext context) |
void |
start() |
void |
stop() |
public void scheduleTask(brainslug.flow.model.Identifier taskNodeId,
brainslug.flow.model.Identifier sourceNodeId,
brainslug.flow.model.Identifier instanceId,
brainslug.flow.model.Identifier definitionId)
scheduleTask in interface AsyncTaskSchedulerpublic void start()
start in interface AsyncTaskSchedulerpublic void stop()
stop in interface AsyncTaskSchedulerpublic void setContext(BrainslugContext context)
setContext in interface ContextAwareCopyright © 2014. All rights reserved.