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()
           
 boolean isImmediate()
           
 void setSchedule(ScheduleSpec schedule)
           
 
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()

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