Page History
...
Scheduling, unscheduling and rescheduling custom jobs
Scheduling custom jobs
...
The scheduling method of the IScheduler has four parameters:
- the class of the job
- the paramteres of the job
- can be created by calling the IScheduler.createJobParameters().
- the schedule of the job
- can be created by calling IScheduler.getScheduleBuilder().onDate(Date date) or IScheduler.getScheduleBuilder().now() methods
- the ID of the job
- can be created by calling the IScheduler.createJobId(String jobId)
UI Expand | ||
---|---|---|
| ||
Fpr scheduling custom jobs the Custom jobs can be scheduled using the SpringQuartzScheduler from theclass in the Quartz Scheduler Component.
|
UI Expand | ||||
---|---|---|---|---|
| ||||
Custom jobs can be scheduled using the QuartzScheduler class in the Quartz Scheduler Component.
//TODO update where the .NET job should be be available
|
Unscheduling custom jobs
Rescheduling custom jobs
...
Overview
Content Tools