com.espertech.esper.core.context.mgr
Interface ContextControllerCondition

All Known Implementing Classes:
ContextControllerConditionCrontab, ContextControllerConditionFilter, ContextControllerConditionImmediate, ContextControllerConditionPattern, ContextControllerConditionTimePeriod

public interface ContextControllerCondition


Method Summary
 void activate(EventBean optionalTriggeringEvent, MatchedEventMap priorMatches, long timeOffset, boolean isRecoveringReslient)
           
 void deactivate()
           
 java.lang.Long getExpectedEndTime()
           
 boolean isImmediate()
           
 boolean isRunning()
           
 

Method Detail

activate

void activate(EventBean optionalTriggeringEvent,
              MatchedEventMap priorMatches,
              long timeOffset,
              boolean isRecoveringReslient)

deactivate

void deactivate()

isRunning

boolean isRunning()

getExpectedEndTime

java.lang.Long getExpectedEndTime()

isImmediate

boolean isImmediate()

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