In the previous post under Quartz Scheduler, I explained what JobDataMap is about and I also mentioned that JobDataMap can be passed to an instance of Job through JobDetail and Trigger. In the previous post I explained with an example on how to pass JobDataMap to an instance of Job through JobDetail. In this post…… Continue reading Quartz JobDataMap Example Part 2
Tag: JobDataMap
Quartz JobDataMap Example Part 1
In this post of Quartz scheduler, I will explain what is JobDataMap and how to use it. JobDataMap is an implementation of java Map interface. In addition to the methods of Map interface additional methods are added for storing and retrieving primitive types. JobDataMap holds data as a key value pair. It is used to…… Continue reading Quartz JobDataMap Example Part 1