KIE Internal 6.2.0.Final

org.kie.internal.executor.api
Interface Reoccurring


public interface Reoccurring

Marks given executor command it is reoccurring and shall be rescheduled after completion of single instance.


Method Summary
 Date getScheduleTime()
          Returns next time to be scheduled.
 

Method Detail

getScheduleTime

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

Returns:

KIE Internal 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.