Package ch.tocco.nice2.tasks.api.quartz
Interface BatchJobManager
- All Known Implementing Classes:
BatchJobManagerImpl
public interface BatchJobManager
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheck if a batch job is registered in the managerorg.quartz.JobKeyexecuteBatchJobImmediately(String batchJobId) Manually trigger execution of a batch jobvoidupdateBatchJob(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
-