| org.springframework.scheduling.quartz.JobDetailAwareTrigger | 
|  Known Indirect Subclasses 
 | |||||||||||||||
Interface to be implemented by Quartz Triggers that are aware of the JobDetail object that they are associated with.
SchedulerFactoryBean will auto-detect Triggers that implement this interface and register them for the respective JobDetail accordingly.
The alternative is to configure a Trigger for a Job name and group: This involves the need to register the JobDetail object separately with SchedulerFactoryBean.
setTriggers(Trigger[])setJobDetails(JobDetail[])| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Return the JobDetail that this Trigger is associated with. | |||||||||||
Return the JobDetail that this Trigger is associated with.
null if none