Interface Reoccurring


  • public interface Reoccurring
    Marks given executor command it is reoccurring and shall be rescheduled after completion of single instance.
    • Method Detail

      • getScheduleTime

        Date getScheduleTime()
        Returns:
        next time to be scheduled. Date must be in future as jobs cannot be scheduled in past. null in case it should not be scheduled any more.