public class ContextSpecConditionCrontab extends Object implements ContextSpecCondition, ScheduleHandleCallbackProvider
Constructor and Description |
---|
ContextSpecConditionCrontab(List<List<ExprNode>> crontabs,
boolean immediate) |
Modifier and Type | Method and Description |
---|---|
List<List<ExprNode>> |
getCrontabs() |
int |
getScheduleCallbackId() |
boolean |
isImmediate() |
CodegenExpression |
make(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
void |
setForgesPerCrontab(ExprForge[][] forgesPerCrontab) |
void |
setScheduleCallbackId(int scheduleCallbackId) |
public boolean isImmediate()
public int getScheduleCallbackId()
public void setScheduleCallbackId(int scheduleCallbackId)
setScheduleCallbackId
in interface ScheduleHandleCallbackProvider
public void setForgesPerCrontab(ExprForge[][] forgesPerCrontab)
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
make
in interface ContextSpecCondition
Copyright © 2005–2019. All rights reserved.