Uses of Class
org.opencms.scheduler.CmsSchedulerException
-
Packages that use CmsSchedulerException Package Description org.opencms.scheduler The OpenCms scheduler provides a facility to run jobs in a regular schedule, much like the "cron" faciltiy in UNIX systems. -
-
Uses of CmsSchedulerException in org.opencms.scheduler
Methods in org.opencms.scheduler that throw CmsSchedulerException Modifier and Type Method Description void
CmsScheduleManager. scheduleJob(CmsObject cms, CmsScheduledJobInfo jobInfo)
Adds a new job to the scheduler.
-