public class QuartzScheduler extends AbstractAsyncTaskScheduler
| 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 |
internalScheduleTask(AsyncTask asyncTask) |
protected void |
internalStart() |
protected void |
internalStop() |
scheduleTask, setContext, 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 internalScheduleTask(AsyncTask asyncTask)
internalScheduleTask in class AbstractAsyncTaskSchedulerprotected void internalStart()
internalStart in class AbstractAsyncTaskSchedulerprotected void internalStop()
internalStop in class AbstractAsyncTaskSchedulerCopyright © 2014. All rights reserved.