Uses of Interface
org.quartz.core.JobExecutionContext
Packages that use JobExecutionContext
Package
Description
- 
Uses of JobExecutionContext in org.knowm.sundialMethods in org.knowm.sundial with parameters of type JobExecutionContextModifier and TypeMethodDescriptionvoidJobContext.addQuartzContext(JobExecutionContext jobExecutionContext) Add all the mappings from the JobExecutionContext to the JobContextfinal voidJob.execute(JobExecutionContext jobExecutionContext) protected voidJobContainer.initContextContainer(JobExecutionContext jobExecutionContext) Initialize the ThreadLocal with a JobExecutionContext object
- 
Uses of JobExecutionContext in org.quartzMethods in org.quartz that return types with arguments of type JobExecutionContextModifier and TypeMethodDescriptionQuartzScheduler.getCurrentlyExecutingJobs()Return a list ofJobExecutionContextobjects that represent all currently executing Jobs in this Scheduler instance.Methods in org.quartz with parameters of type JobExecutionContextModifier and TypeMethodDescriptionvoidQuartzScheduler.notifyJobListenersToBeExecuted(JobExecutionContext jec) voidQuartzScheduler.notifyJobListenersWasExecuted(JobExecutionContext jec, JobExecutionException je) voidQuartzScheduler.notifyJobListenersWasVetoed(JobExecutionContext jec) voidQuartzScheduler.notifyTriggerListenersComplete(JobExecutionContext jec, Trigger.CompletedExecutionInstruction instCode) booleanQuartzScheduler.notifyTriggerListenersFired(JobExecutionContext jec) 
- 
Uses of JobExecutionContext in org.quartz.coreClasses in org.quartz.core that implement JobExecutionContextMethods in org.quartz.core that return types with arguments of type JobExecutionContextModifier and TypeMethodDescriptionScheduler.getCurrentlyExecutingJobs()Return a list ofJobExecutionContextobjects that represent all currently executing Jobs in this Scheduler instance.
- 
Uses of JobExecutionContext in org.quartz.jobsMethods in org.quartz.jobs with parameters of type JobExecutionContextModifier and TypeMethodDescriptionvoidJob.execute(JobExecutionContext context) voidNoOpJob.execute(JobExecutionContext context) Do nothing.
- 
Uses of JobExecutionContext in org.quartz.listenersMethods in org.quartz.listeners with parameters of type JobExecutionContextModifier and TypeMethodDescriptionvoidJobListener.jobExecutionVetoed(JobExecutionContext context) Called by theSchedulerJobDetailTriggerTriggerListenervoidJobListener.jobToBeExecuted(JobExecutionContext context) voidJobListener.jobWasExecuted(JobExecutionContext context, JobExecutionException jobException) voidTriggerListener.triggerComplete(Trigger trigger, JobExecutionContext context, Trigger.CompletedExecutionInstruction triggerInstructionCode) voidTriggerListener.triggerFired(Trigger trigger, JobExecutionContext context) booleanTriggerListener.vetoJobExecution(Trigger trigger, JobExecutionContext context) 
- 
Uses of JobExecutionContext in org.quartz.triggersMethods in org.quartz.triggers with parameters of type JobExecutionContextModifier and TypeMethodDescriptionAbstractTrigger.executionComplete(JobExecutionContext context, JobExecutionException result) OperableTrigger.executionComplete(JobExecutionContext context, JobExecutionException result) This method should not be used by the Quartz client.