Class CheckReloadJob

All Implemented Interfaces:
HasTransactionAttribute, IConfigurable, IConfigurationAware, INamedObject, IScopeProvider, IJob, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class CheckReloadJob extends JobDef
  • Constructor Details

    • CheckReloadJob

      public CheckReloadJob()
  • Method Details

    • beforeExecuteJob

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

      public void execute()
      Description copied from interface: IJob
      Actual implementation of the IJob. Is wrapped around a Locker and exceptions will be managed automatically.
    • getDataSource

      protected String getDataSource()