Uses of Class
org.n52.bjornoya.schedule.ScheduledJob
-
-
Uses of ScheduledJob in org.n52.bjornoya.schedule
Methods in org.n52.bjornoya.schedule that return ScheduledJob Modifier and Type Method Description ScheduledJobScheduledJob. init(JobConfiguration initConfig)ScheduledJobScheduledJob. setCronExpression(String cronExpresssion)ScheduledJobScheduledJob. setJobConfiguration(JobConfiguration jobConfiguration)ScheduledJobScheduledJob. setJobDescription(String jobDescription)ScheduledJobScheduledJob. setJobGroup(String jobGroup)ScheduledJobScheduledJob. setJobName(String jobName)ScheduledJobScheduledJob. setTriggerName(String triggerName)Methods in org.n52.bjornoya.schedule that return types with arguments of type ScheduledJob Modifier and Type Method Description List<ScheduledJob>JobHandler. getScheduledJobs()Methods in org.n52.bjornoya.schedule with parameters of type ScheduledJob Modifier and Type Method Description voidJobHandler. addScheduledJob(ScheduledJob scheduledJob)intScheduledJob. compareTo(ScheduledJob o)voidScheduler. scheduleJob(ScheduledJob taskToSchedule)voidScheduler. updateJob(ScheduledJob taskToSchedule)Method parameters in org.n52.bjornoya.schedule with type arguments of type ScheduledJob Modifier and Type Method Description voidJobHandler. addScheduledJobs(Collection<ScheduledJob> scheduledJobs)voidJobHandler. setScheduledJobs(Optional<Collection<ScheduledJob>> scheduledJobs)
-