接口 TriggerContext

  • 所有已知实现类:
    SimpleTriggerContext

    public interface TriggerContext
    Context object encapsulating last execution times and last completion time of a given task.
    从以下版本开始:
    3.0
    作者:
    Juergen Hoeller
    • 方法详细资料

      • lastActualExecutionTime

        Date lastActualExecutionTime()
        Return the last actual execution time of the task, or null if not scheduled before.
      • lastCompletionTime

        Date lastCompletionTime()
        Return the last completion time of the task, or null if not scheduled before.