| Package | Description |
|---|---|
| org.quartz | |
| org.quartz.core | |
| org.quartz.listeners | |
| org.quartz.triggers |
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzScheduler.notifyJobStoreJobComplete(OperableTrigger trigger,
JobDetail detail,
Trigger.CompletedExecutionInstruction instCode) |
void |
QuartzScheduler.notifyJobStoreJobVetoed(OperableTrigger trigger,
JobDetail detail,
Trigger.CompletedExecutionInstruction instCode) |
void |
QuartzScheduler.notifyTriggerListenersComplete(JobExecutionContext jec,
Trigger.CompletedExecutionInstruction instCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
RAMJobStore.triggeredJobComplete(OperableTrigger trigger,
JobDetail jobDetail,
Trigger.CompletedExecutionInstruction triggerInstCode)
Inform the
JobStore that the scheduler has completed the firing of the given Trigger (and the execution its associated
Job), and that the in the given JobDetail should be updated if the
Job is stateful. |
void |
JobStore.triggeredJobComplete(OperableTrigger trigger,
JobDetail jobDetail,
Trigger.CompletedExecutionInstruction triggerInstCode)
Inform the
JobStore that the scheduler has completed the firing of the given Trigger (and the execution of its
associated Job completed, threw an exception, or was vetoed), and that the in the
given JobDetail should be updated if the Job is stateful. |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerListener.triggerComplete(Trigger trigger,
JobExecutionContext context,
Trigger.CompletedExecutionInstruction triggerInstructionCode)
|
| 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) |
static Trigger.CompletedExecutionInstruction |
Trigger.CompletedExecutionInstruction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trigger.CompletedExecutionInstruction[] |
Trigger.CompletedExecutionInstruction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2017 Knowm Inc.. All rights reserved.