Interface OnceOnlySchedule

All Superinterfaces:
Schedule

public interface OnceOnlySchedule
extends Schedule
A schedule which will run exactly once, at the given date & time.
  • Method Summary

    Modifier and Type Method Description
    java.util.Calendar getExecutionTime()
    Date and time at which to run
  • Method Details

    • getExecutionTime

      java.util.Calendar getExecutionTime()
      Date and time at which to run