public interface

TriggerContext

org.springframework.scheduling.TriggerContext
Known Indirect Subclasses

Class Overview

Context object encapsulating last execution times and last completion time of a given task.

Summary

Public Methods
abstract Date lastActualExecutionTime()
Return the last actual execution time of the task, or null if not scheduled before.
abstract Date lastCompletionTime()
Return the last completion time of the task, or null if not scheduled before.
abstract Date lastScheduledExecutionTime()
Return the last scheduled execution time of the task, or null if not scheduled before.

Public Methods

public abstract Date lastActualExecutionTime ()

Return the last actual execution time of the task, or null if not scheduled before.

public abstract Date lastCompletionTime ()

Return the last completion time of the task, or null if not scheduled before.

public abstract Date lastScheduledExecutionTime ()

Return the last scheduled execution time of the task, or null if not scheduled before.