Uses of Class
org.quartz.exceptions.JobPersistenceException
Packages that use JobPersistenceException
-
Uses of JobPersistenceException in org.quartz
Methods in org.quartz that throw JobPersistenceExceptionModifier and TypeMethodDescriptionvoidQuartzScheduler.notifyJobStoreJobComplete(OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode) voidQuartzScheduler.notifyJobStoreJobVetoed(OperableTrigger trigger, JobDetail detail, Trigger.CompletedExecutionInstruction instCode) -
Uses of JobPersistenceException in org.quartz.core
Methods in org.quartz.core that throw JobPersistenceExceptionModifier and TypeMethodDescriptionJobStore.acquireNextTriggers(long noLaterThan, int maxCount, long timeWindow) Get a handle to the next trigger to be fired, and mark it as 'reserved' by the calling scheduler.JobStore.getJobKeys()Get the keys of all of thesJobJobStore.getTriggersForJob(String jobKey) Get all of the Triggers that are associated to the given Job.voidJobStore.releaseAcquiredTrigger(OperableTrigger trigger) Inform theJobStorethat the scheduler no longer plans to fire the givenTrigger, that it had previously acquired (reserved).booleanbooleanJobStore.removeTrigger(String triggerKey) Remove (delete) thewith the given key.TriggerbooleanJobStore.replaceTrigger(String triggerKey, OperableTrigger newTrigger) Remove (delete) thewith the given key, and store the new given one - which must be associated with the same job.TriggerbooleanRAMJobStore.replaceTrigger(String triggerKey, OperableTrigger newTrigger) JobStore.retrieveCalendar(String calName) Retrieve the given.TriggerJobStore.retrieveJob(String jobKey) JobStore.retrieveTrigger(String triggerKey) Retrieve the given.TriggervoidStore the given.JobDetailvoidJobStore.storeJobAndTrigger(JobDetail newJob, OperableTrigger newTrigger) voidRAMJobStore.storeJobAndTrigger(JobDetail newJob, OperableTrigger newTrigger) voidJobStore.storeTrigger(OperableTrigger newTrigger, boolean replaceExisting) Store the given.TriggervoidRAMJobStore.storeTrigger(OperableTrigger newTrigger, boolean replaceExisting) Store the given.TriggervoidJobStore.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.JobStore.triggersFired(List<OperableTrigger> triggers) Inform theJobStorethat the scheduler is now firing the givenTrigger(executing its associatedJob), that it had previously acquired (reserved). -
Uses of JobPersistenceException in org.quartz.exceptions
Subclasses of JobPersistenceException in org.quartz.exceptionsModifier and TypeClassDescriptionclassAn exception that is thrown to indicate that an attempt to store a new object (i.e.