org.apache.servicemix.common.scheduler
Interface ScheduleIterator


public interface ScheduleIterator

Iterator for scheduling.


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

Method Detail

nextExecution

java.util.Date nextExecution()

Next execution date of associated task. Implementations should return null to cancel running task.

Returns:
next date of Execution


Copyright © 2005-2012 FuseSource. All Rights Reserved.