Uses of Interface
org.quartz.jobs.JobDetail
Packages that use JobDetail
Package
Description
- 
Uses of JobDetail in org.quartzMethods in org.quartz that return JobDetailModifier and TypeMethodDescriptionQuartzScheduler.getJobDetail(String jobKey) Get 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.buildersMethods in org.quartz.builders that return JobDetail
- 
Uses of JobDetail in org.quartz.coreMethods in org.quartz.core that return JobDetailModifier and TypeMethodDescriptionJobExecutionContext.getJobDetail()Get theJobDetailassociated with theJob.JobExecutionContextImpl.getJobDetail()Scheduler.getJobDetail(String jobKey) Get 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 givenJobDetailOperableTriggervoidStore the givenJobDetailvoidStore the givenJobvoidJobStore.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 theJobDataMapJobDetailshould 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 theJobDataMapJobDetailshould 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.exceptionsConstructors 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.jobsClasses in org.quartz.jobs that implement JobDetailModifier and TypeClassDescriptionclassConveys the detail properties of a givenJobinstance.
- 
Uses of JobDetail in org.quartz.listenersMethods in org.quartz.listeners with parameters of type JobDetail