JobSchedulingDataProcessor.java | Class | Parses an XML file that declares Jobs and their schedules (Triggers).
The xml document must conform to the format defined in
"job_scheduling_data_1_5.dtd" or "job_scheduling_data_1_5.xsd"
After creating an instance of this class, you should call one of the processFile()
functions, after which you may call the getScheduledJobs()
function to get a handle to the defined Jobs and Triggers, which can then be
scheduled with the Scheduler . |