Changes between Version 3 and Version 4 of QuartzScheduler


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

--

Legend:

Unmodified
Added
Removed
Modified
  • QuartzScheduler

    v3 v4  
    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
     52 * jeeves/.../QuartzSchedulerUtils.java
     53  * Contains a method for obtaining a Scheduler.  It takes an id and option to start the scheduler.  This has the code to look for the specialized configuration file or fail-over to the default if it is not found.
    5254 * jeeves/.../ScheduleJob.java
    5355  * An adapter between the Quartz Job API and the Geonetwork Schedule API
    5456 * jeeves/.../ScheduleListener.java
    5557  * 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 * jeeves/.../HarvesterJob.java
     59  * An adapter between the Quartz Job API and the Geonetwork Harvester API
     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 the HarvesterJob for the execution.
    5662
    5763=== Backwards Compatibility Issues ===