类 XxlJobServiceImpl
java.lang.Object
com.xxl.job.admin.service.impl.XxlJobServiceImpl
- 所有已实现的接口:
XxlJobService
core job action for xxl-job
- 作者:
- xuxueli 2016-5-28 15:30:33
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.xxl.job.core.biz.model.ReturnT<String>add(XxlJobInfo jobInfo) add jobchart infodashboard infopageList(int start, int length, int jobGroup, int triggerStatus, String jobDesc, String executorHandler, String author) page listcom.xxl.job.core.biz.model.ReturnT<String>remove(int id) remove job *com.xxl.job.core.biz.model.ReturnT<String>save(XxlJobInfoVO xxlJobInfo) add & start ,主要用于API任务com.xxl.job.core.biz.model.ReturnT<String>start(int id) start jobcom.xxl.job.core.biz.model.ReturnT<String>stop(int id) stop jobcom.xxl.job.core.biz.model.ReturnT<String>update(XxlJobInfo jobInfo) update job
-
字段详细资料
-
xxlJobLogDao
-
-
构造器详细资料
-
XxlJobServiceImpl
public XxlJobServiceImpl()
-
-
方法详细资料
-
pageList
public Map<String,Object> pageList(int start, int length, int jobGroup, int triggerStatus, String jobDesc, String executorHandler, String author) 从接口复制的说明:XxlJobServicepage list- 指定者:
pageList在接口中XxlJobService- 返回:
-
add
从接口复制的说明:XxlJobServiceadd job- 指定者:
add在接口中XxlJobService- 返回:
-
update
从接口复制的说明:XxlJobServiceupdate job- 指定者:
update在接口中XxlJobService- 返回:
-
remove
从接口复制的说明:XxlJobServiceremove job *- 指定者:
remove在接口中XxlJobService- 返回:
-
save
从接口复制的说明:XxlJobServiceadd & start ,主要用于API任务- 指定者:
save在接口中XxlJobService- 返回:
-
start
从接口复制的说明:XxlJobServicestart job- 指定者:
start在接口中XxlJobService- 返回:
-
stop
从接口复制的说明:XxlJobServicestop job- 指定者:
stop在接口中XxlJobService- 返回:
-
dashboardInfo
从接口复制的说明:XxlJobServicedashboard info- 指定者:
dashboardInfo在接口中XxlJobService- 返回:
-
chartInfo
public com.xxl.job.core.biz.model.ReturnT<Map<String,Object>> chartInfo(Date startDate, Date endDate) 从接口复制的说明:XxlJobServicechart info- 指定者:
chartInfo在接口中XxlJobService- 返回:
-