com.espertech.esper.epl.spec
Class ContextDetailConditionCrontab

java.lang.Object
  extended by 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

Constructor Summary
ContextDetailConditionCrontab(java.util.List<ExprNode> crontab, boolean immediate)
           
 
Method Summary
 java.util.List<ExprNode> getCrontab()
           
 java.util.List<FilterSpecCompiled> getFilterSpecIfAny()
           
 ScheduleSpec getSchedule()
           
 int getScheduleCallbackId()
           
 boolean isImmediate()
           
 void setSchedule(ScheduleSpec schedule)
           
 void setScheduleCallbackId(int scheduleCallbackId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextDetailConditionCrontab

public ContextDetailConditionCrontab(java.util.List<ExprNode> crontab,
                                     boolean immediate)
Method Detail

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)

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com