| 程序包 | 说明 |
|---|---|
| cn.dceast.platform.task.quartz | |
| cn.dceast.platform.task.quartz.data | |
| cn.dceast.platform.task.quartz.vo |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JobExecutedEntity
job执行信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
static org.quartz.JobDetail |
SchedulerUtil.addJob(JobEntity job)
新增job
|
static void |
SchedulerUtil.updateJob(JobEntity job)
更新job
更新job将会删除旧的job,重新生成新的job
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<JobEntity> |
InputJobInfoExecutor.getJobs() |
List<JobEntity> |
InputFromFile.getJobs() |
List<JobEntity> |
InputFromDataBase.getJobs() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OutputToRAM.addJobLifecycleManageLog(JobEntity jobEntity,
String op) |
void |
OutputToDataBase.addJobLifecycleManageLog(JobEntity jobEntity,
String action) |
void |
OutputJobInfoExecutor.addJobLifecycleManageLog(JobEntity jobEntity,
String op) |
static int |
OutputJobToDataBaseService.saveJobLifecycleHistory(JobEntity jee,
String action) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JobLifecycleHistory |
Copyright © 2017. All rights reserved.