Uses of Class
org.opencms.scheduler.CmsScheduledJobInfo
Package
Description
Reads and writes the XML based OpenCms configuration files.
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
The scheduled jobs manager app classes.
-
Uses of CmsScheduledJobInfo in org.opencms.configuration
Modifier and TypeMethodDescriptionvoid
CmsSchedulerConfiguration.addJobFromConfiguration
(CmsScheduledJobInfo jobInfo) Adds a new job description for the scheduler. -
Uses of CmsScheduledJobInfo in org.opencms.scheduler
Modifier and TypeMethodDescriptionCmsScheduledJobInfo.clone()
Creates a clone of this scheduled job.Returns the currently scheduled job description identified by the given id.CmsScheduleManager.unscheduleJob
(CmsObject cms, String jobId) Removes a currently scheduled job from the scheduler.Modifier and TypeMethodDescriptionCmsScheduleManager.getJobs()
Returns the currently scheduled job descriptions in an unmodifiable list.Modifier and TypeMethodDescriptionprotected void
CmsScheduleManager.executeJob
(CmsScheduledJobInfo jobInfo) Executes the given job.void
CmsScheduleManager.scheduleJob
(CmsObject cms, CmsScheduledJobInfo jobInfo) Adds a new job to the scheduler.ModifierConstructorDescriptionCmsScheduleManager
(List<CmsScheduledJobInfo> configuredJobs) Used by the configuration to create a new Scheduler during system startup. -
Uses of CmsScheduledJobInfo in org.opencms.ui.apps.scheduler
Modifier and TypeFieldDescriptionprotected CmsScheduledJobInfo
CmsJobBean.m_jobInfo
The wrapped scheduled job info.Modifier and TypeMethodDescriptionCmsJobManagerApp.getElement
(String elementId) CmsJobBean.getJob()
Gets the scheduled job.Modifier and TypeMethodDescriptionvoid
CmsJobManagerApp.createElement
(CmsScheduledJobInfo element) void
CmsJobEditView.loadFromBean
(CmsScheduledJobInfo info) Initializes the form fields with values from the given job bean.void
CmsJobManagerApp.runJob
(CmsScheduledJobInfo job) Executes the given schedule job.void
CmsJobManagerApp.writeElement
(CmsScheduledJobInfo jobInfo) ModifierConstructorDescriptionCreates a new instance.CmsJobEditView
(CmsJobManagerApp manager, CmsScheduledJobInfo job) Creates a new instance.