类 AbstractJobExecutor
java.lang.Object
com.aizuda.easy.retry.server.job.task.support.executor.job.AbstractJobExecutor
- 所有已实现的接口:
JobExecutor,org.springframework.beans.factory.InitializingBean
public abstract class AbstractJobExecutor
extends Object
implements JobExecutor, org.springframework.beans.factory.InitializingBean
- 从以下版本开始:
- 2.4.0
- 作者:
- www.byteblogs.com
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidprotected abstract voiddoExecute(JobExecutorContext context) voidexecute(JobExecutorContext context) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.aizuda.easy.retry.server.job.task.support.JobExecutor
getTaskInstanceType
-
构造器详细资料
-
AbstractJobExecutor
public AbstractJobExecutor()
-
-
方法详细资料
-
execute
- 指定者:
execute在接口中JobExecutor
-
doExecute
-
afterPropertiesSet
- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean- 抛出:
Exception
-