Package javax.enterprise.concurrent
Interface Trigger
-
public interface Trigger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getNextRunTime(LastExecution lastExecutionInfo, java.util.Date taskScheduledTime)
boolean
skipRun(LastExecution lastExecutionInfo, java.util.Date scheduledRunTime)
-
-
-
Method Detail
-
getNextRunTime
java.util.Date getNextRunTime(LastExecution lastExecutionInfo, java.util.Date taskScheduledTime)
-
skipRun
boolean skipRun(LastExecution lastExecutionInfo, java.util.Date scheduledRunTime)
-
-