| Package | Description |
|---|---|
| org.quartz | |
| org.quartz.builders | |
| org.quartz.core | |
| org.quartz.exceptions | |
| org.quartz.jobs | |
| org.quartz.listeners |
| Modifier and Type | Method and Description |
|---|---|
JobDetail |
QuartzScheduler.getJobDetail(String jobKey)
Get the
for the Job instance with the given name and group. |
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzScheduler.addJob(JobDetail jobDetail)
Add the given
Job to the Scheduler - with no associated Trigger. |
void |
QuartzScheduler.notifyJobStoreJobComplete(OperableTrigger trigger,
JobDetail detail,
Trigger.CompletedExecutionInstruction instCode) |
void |
QuartzScheduler.notifyJobStoreJobVetoed(OperableTrigger trigger,
JobDetail detail,
Trigger.CompletedExecutionInstruction instCode) |
Date |
QuartzScheduler.scheduleJob(JobDetail jobDetail,
OperableTrigger trigger)
|
| Modifier and Type | Method and Description |
|---|---|
JobDetail |
JobBuilder.build()
Produce the
JobDetail instance defined by this JobBuilder. |
| Modifier and Type | Method and Description |
|---|---|
JobDetail |
TriggerFiredBundle.getJobDetail() |
JobDetail |
JobExecutionContextImpl.getJobDetail() |
JobDetail |
JobExecutionContext.getJobDetail()
Get the
JobDetail associated with the Job. |
JobDetail |
Scheduler.getJobDetail(String jobKey)
Get the
for the Job instance with the given key. |
JobDetail |
RAMJobStore.retrieveJob(String jobKey)
|
JobDetail |
JobStore.retrieveJob(String jobKey)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.addJob(JobDetail jobDetail)
Add the given
Job to the Scheduler - with no associated Trigger. |
Date |
Scheduler.scheduleJob(JobDetail jobDetail,
OperableTrigger trigger)
Add the given
to the Scheduler, and associate the given with
it. |
void |
RAMJobStore.storeJob(JobDetail newJob,
boolean replaceExisting)
Store the given
. |
void |
JobStore.storeJob(JobDetail newJob,
boolean replaceExisting)
Store the given
. |
void |
RAMJobStore.storeJobAndTrigger(JobDetail newJob,
OperableTrigger newTrigger)
|
void |
JobStore.storeJobAndTrigger(JobDetail newJob,
OperableTrigger newTrigger)
|
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. |
| Constructor and Description |
|---|
TriggerFiredBundle(JobDetail job,
OperableTrigger trigger,
Calendar cal,
boolean jobIsRecovering,
Date fireTime,
Date scheduledFireTime,
Date prevFireTime,
Date nextFireTime) |
| Constructor and Description |
|---|
ObjectAlreadyExistsException(JobDetail offendingJob)
Create a
ObjectAlreadyExistsException and auto-generate a message using the name/group from the given JobDetail. |
| Modifier and Type | Class and Description |
|---|---|
class |
JobDetailImpl
Conveys the detail properties of a given
Job instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerListenerSupport.jobAdded(JobDetail jobDetail) |
void |
SchedulerListener.jobAdded(JobDetail jobDetail)
|
Copyright © 2011–2017 Knowm Inc.. All rights reserved.