Interface BatchJobManager

All Known Implementing Classes:
BatchJobManagerImpl

public interface BatchJobManager
  • Method Details

    • executeBatchJobImmediately

      org.quartz.JobKey executeBatchJobImmediately(String batchJobId)
      Manually trigger execution of a batch job
    • updateBatchJob

      void updateBatchJob(BatchJobDefinition batchJobDefinition)
      Update scheduling of the given batch job
    • doesBatchJobExist

      boolean doesBatchJobExist(String id)
      check if a batch job is registered in the manager