com.espertech.esper.core.context.activator
Class ViewableActivationResult
java.lang.Object
com.espertech.esper.core.context.activator.ViewableActivationResult
public class ViewableActivationResult
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewableActivationResult
public ViewableActivationResult(Viewable viewable,
StopCallback stopCallback,
StatementAgentInstanceLock optionalLock,
EvalRootState optionalPatternRoot,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch)
getStopCallback
public StopCallback getStopCallback()
getViewable
public Viewable getViewable()
getOptionalLock
public StatementAgentInstanceLock getOptionalLock()
getOptionalPatternRoot
public EvalRootState getOptionalPatternRoot()
isSuppressSameEventMatches
public boolean isSuppressSameEventMatches()
isDiscardPartialsOnMatch
public boolean isDiscardPartialsOnMatch()