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

java.lang.Object
  extended by com.espertech.esper.core.context.activator.ViewableActivationResult

public class ViewableActivationResult
extends java.lang.Object


Constructor Summary
ViewableActivationResult(Viewable viewable, StopCallback stopCallback, StatementAgentInstanceLock optionalLock, EvalRootState optionalPatternRoot, EvalRootMatchRemover optEvalRootMatchRemover, boolean suppressSameEventMatches, boolean discardPartialsOnMatch, ViewableActivationResultExtension viewableActivationResultExtension)
           
 
Method Summary
 EvalRootMatchRemover getOptEvalRootMatchRemover()
           
 StatementAgentInstanceLock getOptionalLock()
           
 EvalRootState getOptionalPatternRoot()
           
 StopCallback getStopCallback()
           
 Viewable getViewable()
           
 ViewableActivationResultExtension getViewableActivationResultExtension()
           
 boolean isDiscardPartialsOnMatch()
           
 boolean isSuppressSameEventMatches()
           
 void setViewableActivationResultExtension(ViewableActivationResultExtension viewableActivationResultExtension)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewableActivationResult

public ViewableActivationResult(Viewable viewable,
                                StopCallback stopCallback,
                                StatementAgentInstanceLock optionalLock,
                                EvalRootState optionalPatternRoot,
                                EvalRootMatchRemover optEvalRootMatchRemover,
                                boolean suppressSameEventMatches,
                                boolean discardPartialsOnMatch,
                                ViewableActivationResultExtension viewableActivationResultExtension)
Method Detail

getStopCallback

public StopCallback getStopCallback()

getViewable

public Viewable getViewable()

getOptionalLock

public StatementAgentInstanceLock getOptionalLock()

getOptionalPatternRoot

public EvalRootState getOptionalPatternRoot()

isSuppressSameEventMatches

public boolean isSuppressSameEventMatches()

isDiscardPartialsOnMatch

public boolean isDiscardPartialsOnMatch()

getViewableActivationResultExtension

public ViewableActivationResultExtension getViewableActivationResultExtension()

setViewableActivationResultExtension

public void setViewableActivationResultExtension(ViewableActivationResultExtension viewableActivationResultExtension)

getOptEvalRootMatchRemover

public EvalRootMatchRemover getOptEvalRootMatchRemover()

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