public class OutputConditionPolledCrontabState extends Object implements OutputConditionPolledState
Constructor and Description |
---|
OutputConditionPolledCrontabState(ScheduleSpec scheduleSpec,
Long currentReferencePoint,
long nextScheduledTime) |
Modifier and Type | Method and Description |
---|---|
Long |
getCurrentReferencePoint() |
long |
getNextScheduledTime() |
ScheduleSpec |
getScheduleSpec() |
void |
setCurrentReferencePoint(Long currentReferencePoint) |
void |
setNextScheduledTime(long nextScheduledTime) |
public OutputConditionPolledCrontabState(ScheduleSpec scheduleSpec, Long currentReferencePoint, long nextScheduledTime)
public ScheduleSpec getScheduleSpec()
public Long getCurrentReferencePoint()
public void setCurrentReferencePoint(Long currentReferencePoint)
public long getNextScheduledTime()
public void setNextScheduledTime(long nextScheduledTime)