Class CheckReloadJob

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IScopeProvider, NameAware, ConfigurableLifecycle, IJob, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

public class CheckReloadJob extends AbstractJobDef
Frank!Framework job which periodically looks in the IBISCONFIG table to see if a new Configuration should be loaded.
  • Constructor Details

    • CheckReloadJob

      public CheckReloadJob()
  • Method Details

    • beforeExecuteJob

      public boolean beforeExecuteJob()
      Description copied from class: AbstractJobDef
      Called before executeJob to prepare resources for executeJob method. Returns false if job does not need to run
      Overrides:
      beforeExecuteJob in class AbstractJobDef
    • execute

      public void execute()
      Description copied from class: AbstractJobDef
      Is wrapped around a Locker and exceptions will be managed automatically.
      Specified by:
      execute in class AbstractJobDef
    • getDataSource

      protected String getDataSource()