| Package | Description |
|---|---|
| org.knowm.sundial | |
| org.quartz | |
| org.quartz.core | |
| org.quartz.jobs | |
| org.quartz.listeners | |
| org.quartz.triggers |
| Modifier and Type | Method and Description |
|---|---|
void |
JobContext.addQuartzContext(JobExecutionContext jobExecutionContext)
Add all the mappings from the JobExecutionContext to the JobContext
|
void |
Job.execute(JobExecutionContext jobExecutionContext) |
protected void |
JobContainer.initContextContainer(JobExecutionContext jobExecutionContext)
Initialize the ThreadLocal with a JobExecutionContext object
|
| Modifier and Type | Method and Description |
|---|---|
List<JobExecutionContext> |
QuartzScheduler.getCurrentlyExecutingJobs()
Return a list of
JobExecutionContext objects that represent all currently executing Jobs in this Scheduler instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzScheduler.notifyJobListenersToBeExecuted(JobExecutionContext jec) |
void |
QuartzScheduler.notifyJobListenersWasExecuted(JobExecutionContext jec,
JobExecutionException je) |
void |
QuartzScheduler.notifyJobListenersWasVetoed(JobExecutionContext jec) |
void |
QuartzScheduler.notifyTriggerListenersComplete(JobExecutionContext jec,
Trigger.CompletedExecutionInstruction instCode) |
boolean |
QuartzScheduler.notifyTriggerListenersFired(JobExecutionContext jec) |
| Modifier and Type | Class and Description |
|---|---|
class |
JobExecutionContextImpl |
| Modifier and Type | Method and Description |
|---|---|
List<JobExecutionContext> |
Scheduler.getCurrentlyExecutingJobs()
Return a list of
JobExecutionContext objects that represent all currently executing Jobs in this Scheduler instance. |
| 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.jobExecutionVetoed(JobExecutionContext context)
Called by the
when a was about to be executed (an associated
has occurred), but a vetoed it's execution. |
void |
JobListener.jobToBeExecuted(JobExecutionContext context)
|
void |
JobListener.jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
|
void |
TriggerListener.triggerComplete(Trigger trigger,
JobExecutionContext context,
Trigger.CompletedExecutionInstruction triggerInstructionCode)
|
void |
TriggerListener.triggerFired(Trigger trigger,
JobExecutionContext context)
|
boolean |
TriggerListener.vetoJobExecution(Trigger trigger,
JobExecutionContext context)
|
| 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.