Package | Description |
---|---|
org.quartz.xml |
Modifier and Type | Method and Description |
---|---|
JobSchedulingBundle |
JobSchedulingDataProcessor.getScheduledJob(java.lang.String name)
Returns a
JobSchedulingBundle for the job name. |
Modifier and Type | Method and Description |
---|---|
void |
JobSchedulingDataProcessor.addJobToSchedule(JobSchedulingBundle job) |
void |
JobSchedulingDataProcessor.scheduleJob(JobSchedulingBundle job)
Schedules a given job and trigger (both wrapped by a
JobSchedulingBundle ). |
void |
JobSchedulingDataProcessor.scheduleJob(JobSchedulingBundle job,
Scheduler sched,
boolean localOverWriteExistingJobs)
Schedules a given job and trigger (both wrapped by a
JobSchedulingBundle ). |