程序包 | 说明 |
---|---|
org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
org.opencms.scheduler |
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
|
org.opencms.workplace.tools.scheduler |
This package contains the tool classes for the job management related administration views.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSystemConfiguration.addJobFromConfiguration(CmsScheduledJobInfo jobInfo)
Adds a new job description for the scheduler.
|
限定符和类型 | 方法和说明 |
---|---|
CmsScheduledJobInfo |
CmsScheduleManager.getJob(java.lang.String id)
Returns the currently scheduled job description identified by the given id.
|
CmsScheduledJobInfo |
CmsScheduleManager.unscheduleJob(CmsObject cms,
java.lang.String jobId)
Removes a currently scheduled job from the scheduler.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsScheduledJobInfo> |
CmsScheduleManager.getJobs()
Returns the currently scheduled job descriptions in an unmodifiable list.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsScheduleManager.executeJob(CmsScheduledJobInfo jobInfo)
Executes the given job.
|
void |
CmsScheduleManager.scheduleJob(CmsObject cms,
CmsScheduledJobInfo jobInfo)
Adds a new job to the scheduler.
|
构造器和说明 |
---|
CmsScheduleManager(java.util.List<CmsScheduledJobInfo> configuredJobs)
Used by the configuration to create a new Scheduler during system startup.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsScheduledJobInfo |
CmsEditScheduledJobInfoDialog.m_jobInfo
The job info object that is edited on this dialog.
|