Uses of Class
org.n52.io.task.ScheduledJob
-
Packages that use ScheduledJob Package Description org.n52.io.task -
-
Uses of ScheduledJob in org.n52.io.task
Subclasses of ScheduledJob in org.n52.io.task Modifier and Type Class Description classReSchedulerJobMethods in org.n52.io.task that return types with arguments of type ScheduledJob Modifier and Type Method Description List<ScheduledJob>JobScheduler. getScheduledJobs()Methods in org.n52.io.task with parameters of type ScheduledJob Modifier and Type Method Description default voidJobUtils. scheduleJob(ScheduledJob taskToSchedule, org.quartz.Scheduler scheduler)default voidJobUtils. updateJob(ScheduledJob taskToSchedule, org.quartz.Scheduler scheduler)Method parameters in org.n52.io.task with type arguments of type ScheduledJob Modifier and Type Method Description voidJobScheduler. setScheduledJobs(List<ScheduledJob> scheduledJobs)
-