public interface InvocationSchedule
AsyncScheduledExecutor,
ScheduleDecorator| 修飾子とタイプ | メソッドと説明 |
|---|---|
long |
nextInvocationDelaySeconds(java.util.Date currentTime,
java.util.Date startTime,
java.util.Date lastInvocationTime,
int pastInvocatonsCount)
Return interval until the next invocation.
|
long nextInvocationDelaySeconds(java.util.Date currentTime,
java.util.Date startTime,
java.util.Date lastInvocationTime,
int pastInvocatonsCount)
currentTime - - current workflow timestartTime - - time when workflow startedlastInvocationTime - - time when last invocation happenedpastInvocatonsCount - - how many invocations were doneFlowConstants.NONE if no more invocations should be
scheduled.