Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.quartz.xml: Javadoc index of package org.quartz.xml.


Package Samples:

org.quartz.xml

Classes:

JobSchedulingDataProcessor: 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_0.dtd" or "job_scheduling_data_1_1.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 . Alternatively, you could call the processFileAndScheduleJobs() function to do all of this in one step. The same instance can be used again and again, with the list ...
JobSchedulingBundle: Wraps a JobDetail and Trigger .
ValidationException: Reports QuartzMetaDataProcessor validation exceptions.
CalendarBundle: Wraps a Calendar .

Home | Contact Us | Privacy Policy | Terms of Service