Changes between Version 4 and Version 5 of QuartzScheduler
- Timestamp:
- 04/27/12 02:05:03 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuartzScheduler
v4 v5 47 47 * if the .disabled is removed then the scheduleManager will have a dedicated scheduler configured with the configuration in this file. Otherwise the default scheduler will be used 48 48 * web/src/main/webapp/WEB-INF/classes/quartz-luceneOptimize.properties.disabled 49 * if the .disabled is removed then the LuceneOptimization tasks will have a dedicated scheduler configured with the configuration in this file. Otherwise the default scheduler will be used49 * if the .disabled is removed then the !LuceneOptimization tasks will have a dedicated scheduler configured with the configuration in this file. Otherwise the default scheduler will be used 50 50 * web/src/main/webapp/WEB-INF/classes/quartz-abstractHarvester.properties 51 51 * The Harvester scheduler configuration file. If this file is deleted or renamed harvesting will use the default scheduler … … 55 55 * An adapter between the Quartz Job API and the Geonetwork Schedule API 56 56 * jeeves/.../ScheduleListener.java 57 * A listener that listens for Job to be executed and if the job is a ScheduleJob the Schedule object and the ScheduleContext will be set on theScheduleJob for the execution.57 * A listener that listens for Job to be executed and if the job is a !ScheduleJob the Schedule object and the !ScheduleContext will be set on the !ScheduleJob for the execution. 58 58 * jeeves/.../HarvesterJob.java 59 59 * An adapter between the Quartz Job API and the Geonetwork Harvester API 60 60 * jeeves/.../HarversterJobListener.java 61 * A listener that listens for Job to be executed and if the job is a HarvesterJob the Harvest object will be set on theHarvesterJob for the execution.61 * A listener that listens for Job to be executed and if the job is a !HarvesterJob the Harvest object will be set on the !HarvesterJob for the execution. 62 62 63 63 === Backwards Compatibility Issues ===