public class QuartzScheduler extends AbstractAsyncTriggerScheduler
| Modifier and Type | Class and Description |
|---|---|
static class |
QuartzScheduler.TaskJob |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFINITION_ID |
protected static String |
INSTANCE_ID |
protected org.quartz.Scheduler |
quartz |
protected static String |
TASK_NODE_ID |
context, options, running| Constructor and Description |
|---|
QuartzScheduler(org.quartz.Scheduler quartz) |
| Modifier and Type | Method and Description |
|---|---|
void |
internalSchedule(AsyncTrigger asyncTrigger) |
protected void |
internalStart() |
protected void |
internalStop() |
schedule, start, stopprotected static final String INSTANCE_ID
protected static final String TASK_NODE_ID
protected static final String DEFINITION_ID
protected final org.quartz.Scheduler quartz
public void internalSchedule(AsyncTrigger asyncTrigger)
internalSchedule in class AbstractAsyncTriggerSchedulerprotected void internalStart()
internalStart in class AbstractAsyncTriggerSchedulerprotected void internalStop()
internalStop in class AbstractAsyncTriggerSchedulerCopyright © 2014. All rights reserved.