Uses of Interface
org.quartz.jobs.JobDetail
Packages that use JobDetail
Package
Description
-
Uses of JobDetail in org.quartz
Methods in org.quartz that return JobDetailModifier and TypeMethodDescriptionQuartzScheduler.getJobDetail(String jobKey) Get thefor theJobDetailJobinstance with the given name and group.Methods in org.quartz with parameters of type JobDetailModifier and TypeMethodDescriptionvoidAdd the givenJobto the Scheduler - with no associatedTrigger.voidQuartzScheduler.notifyJobStoreJobComplete(OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode) voidQuartzScheduler.notifyJobStoreJobVetoed(OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode) QuartzScheduler.scheduleJob(JobDetail jobDetail, OperableTrigger trigger) -
Uses of JobDetail in org.quartz.builders
Methods in org.quartz.builders that return JobDetail -
Uses of JobDetail in org.quartz.core
Methods in org.quartz.core that return JobDetailModifier and TypeMethodDescriptionJobExecutionContext.getJobDetail()Get theJobDetailassociated with theJob.JobExecutionContextImpl.getJobDetail()Scheduler.getJobDetail(String jobKey) Get thefor theJobDetailJobinstance with the given key.TriggerFiredBundle.getJobDetail()JobStore.retrieveJob(String jobKey) RAMJobStore.retrieveJob(String jobKey) Methods in org.quartz.core with parameters of type JobDetailModifier and TypeMethodDescriptionvoidAdd the givenJobto the Scheduler - with no associatedTrigger.Scheduler.scheduleJob(JobDetail jobDetail, OperableTrigger trigger) Add the givento the Scheduler, and associate the givenJobDetailwith it.OperableTriggervoidStore the given.JobDetailvoidStore the given.JobvoidJobStore.storeJobAndTrigger(JobDetail newJob, OperableTrigger newTrigger) voidRAMJobStore.storeJobAndTrigger(JobDetail newJob, OperableTrigger newTrigger) voidJobStore.triggeredJobComplete(OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction triggerInstCode) Inform theJobStorethat the scheduler has completed the firing of the givenTrigger(and the execution of its associatedJobcompleted, threw an exception, or was vetoed), and that thein the givenJobDataMapJobDetailshould be updated if theJobis stateful.voidRAMJobStore.triggeredJobComplete(OperableTrigger trigger, JobDetail jobDetail, Trigger.CompletedExecutionInstruction triggerInstCode) Inform theJobStorethat the scheduler has completed the firing of the givenTrigger(and the execution its associatedJob), and that thein the givenJobDataMapJobDetailshould be updated if theJobis stateful.Constructors in org.quartz.core with parameters of type JobDetailModifierConstructorDescriptionTriggerFiredBundle(JobDetail job, OperableTrigger trigger, Calendar cal, boolean jobIsRecovering, Date fireTime, Date scheduledFireTime, Date prevFireTime, Date nextFireTime) -
Uses of JobDetail in org.quartz.exceptions
Constructors in org.quartz.exceptions with parameters of type JobDetailModifierConstructorDescriptionObjectAlreadyExistsException(JobDetail offendingJob) Create aObjectAlreadyExistsExceptionand auto-generate a message using the name/group from the givenJobDetail. -
Uses of JobDetail in org.quartz.jobs
Classes in org.quartz.jobs that implement JobDetailModifier and TypeClassDescriptionclassConveys the detail properties of a givenJobinstance. -
Uses of JobDetail in org.quartz.listeners
Methods in org.quartz.listeners with parameters of type JobDetail