跳过导航链接
A C D E F G H I M O P R S T U 

A

addCronTask(Runnable, String) - 类 中的方法com.github.hwywl.ant.task.config.CronTaskRegistrar
添加任务
addTask(SysTask) - 类 中的方法com.github.hwywl.ant.task.controller.SysTaskController
 
addTask(SysTask) - 类 中的方法com.github.hwywl.ant.task.service.SysTaskService
 

C

cancel() - 类 中的方法com.github.hwywl.ant.task.config.ScheduledTask
取消定时任务
com.github.hwywl.ant.task - 程序包 com.github.hwywl.ant.task
 
com.github.hwywl.ant.task.config - 程序包 com.github.hwywl.ant.task.config
 
com.github.hwywl.ant.task.controller - 程序包 com.github.hwywl.ant.task.controller
 
com.github.hwywl.ant.task.dao - 程序包 com.github.hwywl.ant.task.dao
 
com.github.hwywl.ant.task.dao.impl - 程序包 com.github.hwywl.ant.task.dao.impl
 
com.github.hwywl.ant.task.model - 程序包 com.github.hwywl.ant.task.model
 
com.github.hwywl.ant.task.service - 程序包 com.github.hwywl.ant.task.service
 
com.github.hwywl.ant.task.utils - 程序包 com.github.hwywl.ant.task.utils
 
CronTaskRegistrar - com.github.hwywl.ant.task.config中的类
任务注册
CronTaskRegistrar() - 类 的构造器com.github.hwywl.ant.task.config.CronTaskRegistrar
 

D

delete(String) - 类 中的方法com.github.hwywl.ant.task.dao.impl.SysTaskMapperImpl
 
delete(String) - 接口 中的方法com.github.hwywl.ant.task.dao.SysTaskMapper
根据id删除数据
deleteTask(String) - 类 中的方法com.github.hwywl.ant.task.controller.SysTaskController
 
deleteTasksById(String) - 类 中的方法com.github.hwywl.ant.task.service.SysTaskService
 
destroy() - 类 中的方法com.github.hwywl.ant.task.config.CronTaskRegistrar
 

E

equals(Object) - 类 中的方法com.github.hwywl.ant.task.config.SchedulingRunnable
 
equals(Object) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
error(String, Object) - 类 中的静态方法com.github.hwywl.ant.task.utils.MessageResult
 
error(String) - 类 中的静态方法com.github.hwywl.ant.task.utils.MessageResult
 

F

filePath - 类 中的静态变量com.github.hwywl.ant.task.config.TaskConfig
任务数据配置文件存储路径(必填)
findAll() - 类 中的方法com.github.hwywl.ant.task.dao.impl.SysTaskMapperImpl
 
findAll() - 接口 中的方法com.github.hwywl.ant.task.dao.SysTaskMapper
获取所有数据
findAllByTaskStatus(Integer) - 类 中的方法com.github.hwywl.ant.task.dao.impl.SysTaskMapperImpl
 
findAllByTaskStatus(Integer) - 接口 中的方法com.github.hwywl.ant.task.dao.SysTaskMapper
根据状态获取任务
findById(String) - 类 中的方法com.github.hwywl.ant.task.dao.impl.SysTaskMapperImpl
 
findById(String) - 接口 中的方法com.github.hwywl.ant.task.dao.SysTaskMapper
根据id查找数据

G

getAllTasks() - 类 中的方法com.github.hwywl.ant.task.controller.SysTaskController
 
getAllTasks() - 类 中的方法com.github.hwywl.ant.task.service.SysTaskService
 
getBean(String) - 类 中的静态方法com.github.hwywl.ant.task.utils.SpringContextUtil
 
getBeanName() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
getCreateTime() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
getCronExpression() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
getFilePath() - 类 中的方法com.github.hwywl.ant.task.config.TaskConfig
 
getMethodName() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
getMethodParams() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
getMsg() - 类 中的方法com.github.hwywl.ant.task.utils.MessageResult
 
getObj() - 类 中的方法com.github.hwywl.ant.task.utils.MessageResult
 
getPoolSize() - 类 中的方法com.github.hwywl.ant.task.config.TaskConfig
 
getRemark() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
getStatus() - 类 中的方法com.github.hwywl.ant.task.utils.MessageResult
 
getTaskId() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
getTasksByStatus(int) - 类 中的方法com.github.hwywl.ant.task.service.SysTaskService
 
getTaskStatus() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
getUpdateTime() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 

H

hashCode() - 类 中的方法com.github.hwywl.ant.task.config.SchedulingRunnable
 
hashCode() - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 

I

InitTaskRunner - com.github.hwywl.ant.task.config中的类
程序启动自动加载任务
InitTaskRunner() - 类 的构造器com.github.hwywl.ant.task.config.InitTaskRunner
 

M

MessageResult - com.github.hwywl.ant.task.utils中的类
接口返回值分装类

O

ok(String, Object) - 类 中的静态方法com.github.hwywl.ant.task.utils.MessageResult
 
ok(String) - 类 中的静态方法com.github.hwywl.ant.task.utils.MessageResult
 

P

poolSize - 类 中的变量com.github.hwywl.ant.task.config.TaskConfig
定时任务线程池,默认为 6

R

removeCronTask(Runnable) - 类 中的方法com.github.hwywl.ant.task.config.CronTaskRegistrar
移除任务
run(String...) - 类 中的方法com.github.hwywl.ant.task.config.InitTaskRunner
 
run() - 类 中的方法com.github.hwywl.ant.task.config.SchedulingRunnable
 

S

save(SysTask) - 类 中的方法com.github.hwywl.ant.task.dao.impl.SysTaskMapperImpl
 
save(SysTask) - 接口 中的方法com.github.hwywl.ant.task.dao.SysTaskMapper
保存数据
saveAndFlush(SysTask) - 类 中的方法com.github.hwywl.ant.task.dao.impl.SysTaskMapperImpl
 
saveAndFlush(SysTask) - 接口 中的方法com.github.hwywl.ant.task.dao.SysTaskMapper
保存或更新数据
ScheduledTask - com.github.hwywl.ant.task.config中的类
取消任务
ScheduledTask() - 类 的构造器com.github.hwywl.ant.task.config.ScheduledTask
 
SchedulingRunnable - com.github.hwywl.ant.task.config中的类
定时任务
SchedulingRunnable(String, String, String, String) - 类 的构造器com.github.hwywl.ant.task.config.SchedulingRunnable
 
setApplicationContext(ApplicationContext) - 类 中的方法com.github.hwywl.ant.task.utils.SpringContextUtil
 
setBeanName(String) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
setCreateTime(String) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
setCronExpression(String) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
setFilePath(String) - 类 中的方法com.github.hwywl.ant.task.config.TaskConfig
 
setMethodName(String) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
setMethodParams(String) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
setMsg(String) - 类 中的方法com.github.hwywl.ant.task.utils.MessageResult
 
setObj(Object) - 类 中的方法com.github.hwywl.ant.task.utils.MessageResult
 
setPoolSize(int) - 类 中的方法com.github.hwywl.ant.task.config.TaskConfig
 
setRemark(String) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
setStatus(Integer) - 类 中的方法com.github.hwywl.ant.task.utils.MessageResult
 
setTaskId(String) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
setTaskStatus(Integer) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
setUpdateTime(String) - 类 中的方法com.github.hwywl.ant.task.model.SysTask
 
SpringContextUtil - com.github.hwywl.ant.task.utils中的类
通过上下文解析bean
SpringContextUtil() - 类 的构造器com.github.hwywl.ant.task.utils.SpringContextUtil
 
SysTask - com.github.hwywl.ant.task.model中的类
任务对象
SysTask() - 类 的构造器com.github.hwywl.ant.task.model.SysTask
 
SysTaskController - com.github.hwywl.ant.task.controller中的类
页面接口
SysTaskController() - 类 的构造器com.github.hwywl.ant.task.controller.SysTaskController
 
SysTaskMapper - com.github.hwywl.ant.task.dao中的接口
读取配置文件
SysTaskMapperImpl - com.github.hwywl.ant.task.dao.impl中的类
读取配置文件实现(用文件实现类似数据库的功能)
SysTaskMapperImpl() - 类 的构造器com.github.hwywl.ant.task.dao.impl.SysTaskMapperImpl
 
SysTaskService - com.github.hwywl.ant.task.service中的类
操作任务数据
SysTaskService() - 类 的构造器com.github.hwywl.ant.task.service.SysTaskService
 

T

TaskApplication - com.github.hwywl.ant.task中的类
扫描类
TaskApplication() - 类 的构造器com.github.hwywl.ant.task.TaskApplication
 
TaskConfig - com.github.hwywl.ant.task.config中的类
 
TaskConfig() - 类 的构造器com.github.hwywl.ant.task.config.TaskConfig
 
taskScheduler() - 类 中的方法com.github.hwywl.ant.task.config.TaskConfig
 

U

updateTask(SysTask) - 类 中的方法com.github.hwywl.ant.task.controller.SysTaskController
 
updateTask(SysTask) - 类 中的方法com.github.hwywl.ant.task.service.SysTaskService
 
A C D E F G H I M O P R S T U 
跳过导航链接

Copyright © 2021. All rights reserved.