| Package | Description |
|---|---|
| org.knowm.sundial | |
| org.quartz | |
| org.quartz.jobs | |
| org.quartz.listeners | |
| org.quartz.triggers |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.execute(JobExecutionContext jobExecutionContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzScheduler.notifyJobListenersWasExecuted(JobExecutionContext jec,
JobExecutionException je) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoOpJob.execute(JobExecutionContext context)
Do nothing.
|
void |
Job.execute(JobExecutionContext context)
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
| Modifier and Type | Method and Description |
|---|---|
Trigger.CompletedExecutionInstruction |
OperableTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result)
This method should not be used by the Quartz client.
|
Trigger.CompletedExecutionInstruction |
AbstractTrigger.executionComplete(JobExecutionContext context,
JobExecutionException result) |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.