Changes between Version 4 and Version 5 of QuartzScheduler


Ignore:
Timestamp:
Apr 27, 2012, 2:05:03 AM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuartzScheduler

    v4 v5  
    4747  * 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
    4848 * 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 used
     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 used
    5050 * web/src/main/webapp/WEB-INF/classes/quartz-abstractHarvester.properties
    5151  * The Harvester scheduler configuration file.  If this file is deleted or renamed harvesting will use the default scheduler
     
    5555  * An adapter between the Quartz Job API and the Geonetwork Schedule API
    5656 * 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 the ScheduleJob 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.
    5858 * jeeves/.../HarvesterJob.java
    5959  * An adapter between the Quartz Job API and the Geonetwork Harvester API
    6060 * 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 the HarvesterJob 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.
    6262
    6363=== Backwards Compatibility Issues ===