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, boolean suppressSameEventMatches, boolean discardPartialsOnMatch)
           
 
Method Summary
 StatementAgentInstanceLock getOptionalLock()
           
 EvalRootState getOptionalPatternRoot()
           
 StopCallback getStopCallback()
           
 Viewable getViewable()
           
 boolean isDiscardPartialsOnMatch()
           
 boolean isSuppressSameEventMatches()
           
 
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,
                                boolean suppressSameEventMatches,
                                boolean discardPartialsOnMatch)
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()

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