com.espertech.esper.core.context.activator
Class ViewableActivatorPattern

java.lang.Object
  extended by com.espertech.esper.core.context.activator.ViewableActivatorPattern
All Implemented Interfaces:
ViewableActivator

public class ViewableActivatorPattern
extends java.lang.Object
implements ViewableActivator


Constructor Summary
protected ViewableActivatorPattern(PatternContext patternContext, EvalRootFactoryNode rootFactoryNode, EventType eventType, boolean hasConsumingFilter, boolean suppressSameEventMatches, boolean discardPartialsOnMatch, boolean isCanIterate)
           
 
Method Summary
 ViewableActivationResult activate(AgentInstanceContext agentInstanceContext, boolean isSubselect, boolean isRecoveringResilient)
           
 EventType getEventType()
           
 PatternContext getPatternContext()
           
 EvalRootFactoryNode getRootFactoryNode()
           
 boolean isCanIterate()
           
 boolean isDiscardPartialsOnMatch()
           
 boolean isHasConsumingFilter()
           
 boolean isSuppressSameEventMatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewableActivatorPattern

protected ViewableActivatorPattern(PatternContext patternContext,
                                   EvalRootFactoryNode rootFactoryNode,
                                   EventType eventType,
                                   boolean hasConsumingFilter,
                                   boolean suppressSameEventMatches,
                                   boolean discardPartialsOnMatch,
                                   boolean isCanIterate)
Method Detail

activate

public ViewableActivationResult activate(AgentInstanceContext agentInstanceContext,
                                         boolean isSubselect,
                                         boolean isRecoveringResilient)
Specified by:
activate in interface ViewableActivator

getRootFactoryNode

public EvalRootFactoryNode getRootFactoryNode()

getPatternContext

public PatternContext getPatternContext()

getEventType

public EventType getEventType()

isHasConsumingFilter

public boolean isHasConsumingFilter()

isSuppressSameEventMatches

public boolean isSuppressSameEventMatches()

isDiscardPartialsOnMatch

public boolean isDiscardPartialsOnMatch()

isCanIterate

public boolean isCanIterate()

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