Uses of Class
org.quartz.jobs.JobDataMap
Package
Description
-
Uses of JobDataMap in org.quartz
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionJobExecutionContext.getMergedJobDataMap()
Get the convenienceJobDataMap
of this execution context.JobExecutionContextImpl.getMergedJobDataMap()
Modifier and TypeMethodDescriptionvoid
Scheduler.triggerJob
(String jobKey, JobDataMap data) Trigger the identified
(execute it now).JobDetail
-
Uses of JobDataMap in org.quartz.jobs
Modifier and TypeMethodDescriptionJobDetail.getJobDataMap()
Get theJobDataMap
that is associated with theJob
.JobDetailImpl.getJobDataMap()
JobDataMap.shallowCopy()
Modifier and TypeMethodDescriptionvoid
JobDetailImpl.setJobDataMap
(JobDataMap jobDataMap) Set theJobDataMap
to be associated with theJob
.ModifierConstructorDescriptionJobDataMap
(JobDataMap jobDataMap) Constructor - creates a shallow copy of the passed in JobDataMap -
Uses of JobDataMap in org.quartz.triggers
Modifier and TypeMethodDescriptionAbstractTrigger.getJobDataMap()
Trigger.getJobDataMap()
Get theJobDataMap
that is associated with theTrigger
.Modifier and TypeMethodDescriptionvoid
AbstractTrigger.setJobDataMap
(JobDataMap jobDataMap) void
MutableTrigger.setJobDataMap
(JobDataMap jobDataMap) Set theJobDataMap
to be associated with theTrigger
.