Class ScriptJob

Object
ScriptJob
All Implemented Interfaces:
Job

@DisallowConcurrentExecution public class ScriptJob extends Object implements Job
  • Constructor Details

    • ScriptJob

      public ScriptJob()
  • Method Details

    • setJobService

      @Inject public void setJobService(ScriptJobService jobService)
    • setConfigService

      @Inject public void setConfigService(ConfigService configService)
    • setScheduleService

      @Inject public void setScheduleService(ScheduleService scheduleService)
    • execute

      public void execute(JobExecutionContext context) throws JobExecutionException
      Specified by:
      execute in interface Job
      Throws:
      JobExecutionException