org.apache.servicemix.components.varscheduler
Interface ScheduleIterator


public interface ScheduleIterator

Iterator for scheduling.

Author:
george

Method Summary
 Date nextExecution()
          Next execution date of associated task.
 

Method Detail

nextExecution

Date nextExecution()
Next execution date of associated task. Implementations should return null to cancel running task.

Returns:
next date of Execution


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.