| java.lang.Object org.kuali.kfs.service.impl.SchedulerServiceImpl
Method Summary | |
public void | addScheduled(JobDetail job) | public void | addUnscheduled(JobDetail job) | public BatchJobStatus | getJob(String groupName, String jobName) | public List<String> | getJobStatuses() | public List<BatchJobStatus> | getJobs() | public List<BatchJobStatus> | getJobs(String groupName) | public Date | getNextStartTime(BatchJobStatus job) | public Date | getNextStartTime(String groupName, String jobName) | public List<JobExecutionContext> | getRunningJobs() | public List<String> | getSchedulerGroups() | public String | getStatus(JobDetail jobDetail) | public boolean | hasIncompleteJob() | public void | initialize() | public void | initializeJob(String jobName, Job job) | public void | interruptJob(String jobName) | public boolean | isJobRunning(String jobName) | public boolean | isPastScheduleCutoffTime() | public void | logScheduleResults() | public void | processWaitingJobs() | public void | removeScheduled(String jobName) | public void | runJob(String jobName, String requestorEmailAddress) | public void | runJob(String jobName, int startStep, int stopStep, Date startTime, String requestorEmailAddress) | public void | runJob(String groupName, String jobName, int startStep, int stopStep, Date jobStartTime, String requestorEmailAddress) | public void | runStep(String groupName, String jobName, String stepName, Date startTime, String requestorEmailAddress) | public void | setDateTimeService(DateTimeService dateTimeService) Sets the dateTimeService attribute value. | public void | setJobListener(JobListener jobListener) Sets the jobListener attribute value. | public void | setMailService(MailService mailService) | public void | setModuleService(KualiModuleService moduleService) Sets the moduleService attribute value. | public void | setParameterService(ParameterService parameterService) | public void | setScheduler(Scheduler scheduler) Sets the scheduler attribute value. | public boolean | shouldNotRun(JobDetail jobDetail) | public void | updateStatus(JobDetail jobDetail, String jobStatus) |
addScheduled | public void addScheduled(JobDetail job)(Code) | | |
addUnscheduled | public void addUnscheduled(JobDetail job)(Code) | | |
getRunningJobs | public List<JobExecutionContext> getRunningJobs()(Code) | | |
isJobRunning | public boolean isJobRunning(String jobName)(Code) | | |
removeScheduled | public void removeScheduled(String jobName)(Code) | | |
runJob | public void runJob(String jobName, int startStep, int stopStep, Date startTime, String requestorEmailAddress)(Code) | | |
runJob | public void runJob(String groupName, String jobName, int startStep, int stopStep, Date jobStartTime, String requestorEmailAddress)(Code) | | |
setDateTimeService | public void setDateTimeService(DateTimeService dateTimeService)(Code) | | Sets the dateTimeService attribute value.
Parameters: dateTimeService - The dateTimeService to set. |
setJobListener | public void setJobListener(JobListener jobListener)(Code) | | Sets the jobListener attribute value.
Parameters: jobListener - The jobListener to set. |
setModuleService | public void setModuleService(KualiModuleService moduleService)(Code) | | Sets the moduleService attribute value.
Parameters: moduleService - The moduleService to set. |
setScheduler | public void setScheduler(Scheduler scheduler)(Code) | | Sets the scheduler attribute value.
Parameters: scheduler - The scheduler to set. |
updateStatus | public void updateStatus(JobDetail jobDetail, String jobStatus)(Code) | | See Also: org.kuali.kfs.service.SchedulerService#updateStatus(org.quartz.JobDetail,java.lang.String jobStatus) |
|
|