Interface ScheduledJobStatusManager
- All Known Implementing Classes:
DefaultScheduledJobStatusManager
public interface ScheduledJobStatusManager
Finds or creates a schedule job status, based on the current configuration,
and status in the schedules. Job must already be scheduled to ensure
that nextExecutionTime can be determined.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the current status from the backend caches, or reconstructs a new instance if missing from the caches.
-
Method Details
-
getScheduledJobStatus
Retrieves the current status from the backend caches, or reconstructs a new instance if missing from the caches.- Parameters:
job
-- Returns:
- the current status of the job, or null if not currently managed.
-