Class JobService

java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.scheduler.service.scheduled.JobService
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
CommandJobService, MaintainJobService

public abstract class JobService extends ServiceConfig

Job Service Class

Used to launch a maintain process as a scheduled batch

Author:
pvidal
  • Constructor Details

    • JobService

      protected JobService(ExecutionService executionService, MaintainService maintainService, QueryUtil queryUtil, TaskDAO taskDAO, org.springframework.context.ApplicationEventPublisher eventPublisher, Duration defaultTimeout)
      Job service constructor
      Parameters:
      executionService - Execution service
      maintainService - Maintain service
      queryUtil - QueryUtil service
      taskDAO - Task DAO
      eventPublisher - Event publisher
      defaultTimeout - Task timeout
  • Method Details