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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledJobStatus
getScheduledJobStatus(ManagedScheduledJob job)
Retrieves the current status from the backend caches, or reconstructs a new instance if missing from the caches.
-
-
-
Method Detail
-
getScheduledJobStatus
ScheduledJobStatus getScheduledJobStatus(ManagedScheduledJob job)
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.
-
-