类 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
  • 构造器详细资料

    • 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()