Class JobDeletionInitializingBean
- java.lang.Object
-
- org.smallmind.schedule.quartz.spring.JobDeletionInitializingBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class JobDeletionInitializingBean extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description JobDeletionInitializingBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidsetJobIdentifierList(List<JobIdentifier> jobIdentifierList)voidsetScheduler(org.quartz.Scheduler scheduler)
-
-
-
Method Detail
-
setScheduler
public void setScheduler(org.quartz.Scheduler scheduler)
-
setJobIdentifierList
public void setJobIdentifierList(List<JobIdentifier> jobIdentifierList)
-
afterPropertiesSet
public void afterPropertiesSet() throws org.quartz.SchedulerException- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
org.quartz.SchedulerException
-
-