com.espertech.esper.epl.spec
Class ContextDetailConditionCrontab
java.lang.Object
com.espertech.esper.epl.spec.ContextDetailConditionCrontab
- All Implemented Interfaces:
- ContextDetailCondition, java.io.Serializable
public class ContextDetailConditionCrontab
- extends java.lang.Object
- implements ContextDetailCondition
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextDetailConditionCrontab
public ContextDetailConditionCrontab(java.util.List<ExprNode> crontab,
boolean immediate)
getCrontab
public java.util.List<ExprNode> getCrontab()
getSchedule
public ScheduleSpec getSchedule()
setSchedule
public void setSchedule(ScheduleSpec schedule)
getFilterSpecIfAny
public java.util.List<FilterSpecCompiled> getFilterSpecIfAny()
- Specified by:
getFilterSpecIfAny
in interface ContextDetailCondition
isImmediate
public boolean isImmediate()
getScheduleCallbackId
public int getScheduleCallbackId()
setScheduleCallbackId
public void setScheduleCallbackId(int scheduleCallbackId)