Issue Details (XML | Word | Printable)

Key: QUARTZ-766
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Fernando Ribeiro
Votes: 0
Watchers: 0
Operations

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

Convenience Constructors for JobDetail and Trigger Classes

Created: 06/Jul/09 12:49 PM   Updated: 18/Aug/09 11:18 AM
Return to search
Component/s: Core
Affects Version/s: 1.6.5
Fix Version/s: 1.6.6


 Description  « Hide
Because there is a default value for job and trigger groups, the JobDetail and trigger classes can provide convenience constructors that don't take them, and pass the default value to the existing ones.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
James House added a comment - 18/Aug/09 11:18 AM
Not every combination of existing constructors could be overloaded to exclude the groupName argument - because it would have created ambiguity with pre-existing constructors of the same signature, but where possible, I have done so.