|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.
SchedulerFactoryBean.setTriggers(org.quartz.Trigger[]),
SchedulerFactoryBean.setJobDetails(org.quartz.JobDetail[]),
Trigger.setJobName(java.lang.String),
Trigger.setJobGroup(java.lang.String)| Method Summary | |
org.quartz.JobDetail |
getJobDetail()
Return the JobDetail that this Trigger is associated with. |
| Method Detail |
public org.quartz.JobDetail getJobDetail()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||