Uses of Class
org.quartz.jobs.JobDataMap
Packages that use JobDataMap
Package
Description
-
Uses of JobDataMap in org.quartz
Methods in org.quartz with parameters of type JobDataMapModifier and TypeMethodDescriptionvoid
QuartzScheduler.triggerJob
(String jobKey, JobDataMap data) Trigger the identified
(execute it now) - with a non-volatile trigger.Job
-
Uses of JobDataMap in org.quartz.builders
Methods in org.quartz.builders with parameters of type JobDataMapModifier and TypeMethodDescriptionCronTriggerBuilder.usingJobData
(JobDataMap newJobDataMap) JobBuilder.usingJobData
(JobDataMap newJobDataMap) Set the JobDetail'sJobDataMap
SimpleTriggerBuilder.usingJobData
(JobDataMap newJobDataMap) TriggerBuilder.usingJobData
(JobDataMap newJobDataMap) Set the Trigger'sJobDataMap
. -
Uses of JobDataMap in org.quartz.core
Methods in org.quartz.core that return JobDataMapModifier and TypeMethodDescriptionJobExecutionContext.getMergedJobDataMap()
Get the convenienceJobDataMap
of this execution context.JobExecutionContextImpl.getMergedJobDataMap()
Methods in org.quartz.core with parameters of type JobDataMapModifier and TypeMethodDescriptionvoid
Scheduler.triggerJob
(String jobKey, JobDataMap data) Trigger the identified
(execute it now).JobDetail
-
Uses of JobDataMap in org.quartz.jobs
Methods in org.quartz.jobs that return JobDataMapModifier and TypeMethodDescriptionJobDetail.getJobDataMap()
Get theJobDataMap
that is associated with theJob
.JobDetailImpl.getJobDataMap()
JobDataMap.shallowCopy()
Methods in org.quartz.jobs with parameters of type JobDataMapModifier and TypeMethodDescriptionvoid
JobDetailImpl.setJobDataMap
(JobDataMap jobDataMap) Set theJobDataMap
to be associated with theJob
.Constructors in org.quartz.jobs with parameters of type JobDataMapModifierConstructorDescriptionJobDataMap
(JobDataMap jobDataMap) Constructor - creates a shallow copy of the passed in JobDataMap -
Uses of JobDataMap in org.quartz.triggers
Methods in org.quartz.triggers that return JobDataMapModifier and TypeMethodDescriptionAbstractTrigger.getJobDataMap()
Trigger.getJobDataMap()
Get theJobDataMap
that is associated with theTrigger
.Methods in org.quartz.triggers with parameters of type JobDataMapModifier and TypeMethodDescriptionvoid
AbstractTrigger.setJobDataMap
(JobDataMap jobDataMap) void
MutableTrigger.setJobDataMap
(JobDataMap jobDataMap) Set theJobDataMap
to be associated with theTrigger
.