类 XxlJobAdminConfig

java.lang.Object
com.xxl.job.admin.core.conf.XxlJobAdminConfig
所有已实现的接口:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

@Component public class XxlJobAdminConfig extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
xxl-job config
作者:
xuxueli 2017-04-28
  • 构造器详细资料

    • XxlJobAdminConfig

      public XxlJobAdminConfig()
  • 方法详细资料

    • getAdminConfig

      public static XxlJobAdminConfig getAdminConfig()
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception
    • destroy

      public void destroy() throws Exception
      指定者:
      destroy 在接口中 org.springframework.beans.factory.DisposableBean
      抛出:
      Exception
    • getI18n

      public String getI18n()
    • getAccessToken

      public String getAccessToken()
    • getEmailFrom

      public String getEmailFrom()
    • getTriggerPoolFastMax

      public int getTriggerPoolFastMax()
    • getTriggerPoolSlowMax

      public int getTriggerPoolSlowMax()
    • getLogretentiondays

      public int getLogretentiondays()
    • getXxlJobLogDao

      public XxlJobLogDao getXxlJobLogDao()
    • getXxlJobInfoDao

      public XxlJobInfoDao getXxlJobInfoDao()
    • getXxlJobRegistryDao

      public XxlJobRegistryDao getXxlJobRegistryDao()
    • getXxlJobGroupDao

      public XxlJobGroupDao getXxlJobGroupDao()
    • getXxlJobLogReportDao

      public XxlJobLogReportDao getXxlJobLogReportDao()
    • getMailSender

      public org.springframework.mail.javamail.JavaMailSender getMailSender()
    • getDataSource

      public DataSource getDataSource()
    • getJobAlarmer

      public JobAlarmer getJobAlarmer()