类 XxlJobSpringExecutor
java.lang.Object
com.xxl.job.core.executor.XxlJobExecutor
com.xxl.job.core.executor.impl.XxlJobSpringExecutor
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.SmartInitializingSingleton,org.springframework.context.ApplicationContextAware
public class XxlJobSpringExecutor
extends XxlJobExecutor
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.beans.factory.DisposableBean
xxl-job executor (for spring)
- 作者:
- xuxueli 2018-11-01 09:24:52
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoiddestroy()static org.springframework.context.ApplicationContextvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) 从类继承的方法 com.xxl.job.core.executor.XxlJobExecutor
getAdminBizList, loadJobHandler, loadJobThread, registJobHandler, registJobHandler, registJobThread, removeJobThread, setAccessToken, setAddress, setAdminAddresses, setAppname, setIp, setLogPath, setLogRetentionDays, setPort, start
-
构造器详细资料
-
XxlJobSpringExecutor
public XxlJobSpringExecutor()
-
-
方法详细资料
-
afterSingletonsInstantiated
public void afterSingletonsInstantiated()- 指定者:
afterSingletonsInstantiated在接口中org.springframework.beans.factory.SmartInitializingSingleton
-
destroy
public void destroy()- 指定者:
destroy在接口中org.springframework.beans.factory.DisposableBean- 覆盖:
destroy在类中XxlJobExecutor
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-
getApplicationContext
public static org.springframework.context.ApplicationContext getApplicationContext()
-