Package ch.tocco.nice2.tasks.api.quartz
Interface BatchJobManager
- All Known Implementing Classes:
BatchJobManagerImpl
public interface BatchJobManager
-
Method Summary
Modifier and TypeMethodDescriptionboolean
check if a batch job is registered in the managerorg.quartz.JobKey
executeBatchJobImmediately
(String batchJobId) Manually trigger execution of a batch jobvoid
updateBatchJob
(BatchJobDefinition batchJobDefinition) Update scheduling of the given batch job
-
Method Details
-
executeBatchJobImmediately
Manually trigger execution of a batch job -
updateBatchJob
Update scheduling of the given batch job -
doesBatchJobExist
check if a batch job is registered in the manager
-