History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-216
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: James House
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

Allow association of JobDataMaps with Triggers

Created: 04/Jul/05 06:03 PM   Updated: 13/Jul/05 07:30 PM
Component/s: Triggers, Jobs, Job Stores
Affects Version/s: 1.5
Fix Version/s: 1.5


 Description  « Hide

Allow JobDataMaps to be associated with Triggers as well as jobs. Thus durable jobs can be invoked with different parameters per trigger.


 All   Comments   Change History      Sort Order:
James House - [13/Jul/05 07:30 PM ]
Triggers can now have JobDataMaps associated with them. This can be useful in the case where you have a Job that is stored in the scheduler for regular/repeated use by multiple Triggers, yet with each independent triggering, you want to supply the Job with different data inputs.

The JobDataMap that is found on the JobExecutionContext during Job execution serves as a convenience. It is a merge of the JobDataMap found on the JobDetail and the one found on the Trigger, with the value in the latter overriding any same-named values in the forme