Package org.opencms.scheduler

The OpenCms scheduler provides a facility to run jobs in a regular schedule, much like the "cron" faciltiy in UNIX systems.

See:
          Description

Interface Summary
I_CmsScheduledJob Identifies a class that can be scheduled with the OpenCms scheduler.
 

Class Summary
CmsScheduledJobInfo Describes a scheduled job for the OpenCms scheduler.
CmsScheduleManager Manages the OpenCms scheduled jobs.
CmsSchedulerThread A worker thread for the OpenCms scheduler.
CmsSchedulerThreadPool Simple thread pool used for the Quartz scheduler in OpenCms.
TestCmsJob Class that implements the Job interface.
TestCmsScheduler Test cases for the OpenCms scheduler thread pool.
TestCmsSchedulerInSystem Unit test for the OpenCms scheduler in a running system.
TestScheduledJob Test class for OpenCms scheduled jobs.
TestScheduledJobWithCmsAccess Test class for OpenCms scheduled jobs with access to the CmsObject.
 

Exception Summary
CmsSchedulerException Describes errors that occur in the context of the OpenCms scheduler.
 

Package org.opencms.scheduler Description

The OpenCms scheduler provides a facility to run jobs in a regular schedule, much like the "cron" faciltiy in UNIX systems.

Please see the documentation of the class CmsScheduledJobInfo for a full description of the OpenCms scheduling capabilities.

Since:
6.0.0
See Also:
CmsScheduledJobInfo