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 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.