Class QuartzScheduleSynchronizer
java.lang.Object
ch.so.agi.gretl.control.server.schedule.QuartzScheduleSynchronizer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQuartzScheduleSynchronizer(org.quartz.Scheduler scheduler, ManifestCatalog catalog, GretlControlProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsynchronize(List<ch.so.agi.gretl.control.manifest.JobDefinition> jobs)
-
Field Details
-
GROUP
- See Also:
-
-
Constructor Details
-
QuartzScheduleSynchronizer
public QuartzScheduleSynchronizer(org.quartz.Scheduler scheduler, ManifestCatalog catalog, GretlControlProperties properties)
-
-
Method Details
-
synchronize
@EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void synchronize() throws org.quartz.SchedulerException- Throws:
org.quartz.SchedulerException
-
synchronize
public void synchronize(List<ch.so.agi.gretl.control.manifest.JobDefinition> jobs) throws org.quartz.SchedulerException - Throws:
org.quartz.SchedulerException
-