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