|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.view.OutputConditionPolledCrontab
public final class OutputConditionPolledCrontab
Output condition handling crontab-at schedule output.
Constructor Summary | |
---|---|
OutputConditionPolledCrontab(java.util.List<ExprNode> scheduleSpecExpressionList,
AgentInstanceContext agentInstanceContext)
Constructor. |
Method Summary | |
---|---|
boolean |
updateOutputCondition(int newEventsCount,
int oldEventsCount)
Update the output condition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputConditionPolledCrontab(java.util.List<ExprNode> scheduleSpecExpressionList, AgentInstanceContext agentInstanceContext) throws ExprValidationException
agentInstanceContext
- is the view context for time schedulingscheduleSpecExpressionList
- list of schedule parameters
ExprValidationException
- if the crontab expression failed to validateMethod Detail |
---|
public final boolean updateOutputCondition(int newEventsCount, int oldEventsCount)
OutputConditionPolled
updateOutputCondition
in interface OutputConditionPolled
newEventsCount
- - number of new events incomingoldEventsCount
- - number of old events incoming
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |