public class ViewableActivationResult extends Object
Constructor and Description |
---|
ViewableActivationResult(Viewable viewable,
AgentInstanceMgmtCallback stopCallback,
EvalRootMatchRemover optEvalRootMatchRemover,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch,
EvalRootState optionalPatternRoot,
ViewableActivationResultExtension viewableActivationResultExtension,
Runnable optPostContextMergeRunnable) |
Modifier and Type | Method and Description |
---|---|
EvalRootMatchRemover |
getOptEvalRootMatchRemover() |
EvalRootState |
getOptionalPatternRoot() |
Runnable |
getOptPostContextMergeRunnable() |
AgentInstanceMgmtCallback |
getStopCallback() |
Viewable |
getViewable() |
ViewableActivationResultExtension |
getViewableActivationResultExtension() |
boolean |
isDiscardPartialsOnMatch() |
boolean |
isSuppressSameEventMatches() |
public ViewableActivationResult(Viewable viewable, AgentInstanceMgmtCallback stopCallback, EvalRootMatchRemover optEvalRootMatchRemover, boolean suppressSameEventMatches, boolean discardPartialsOnMatch, EvalRootState optionalPatternRoot, ViewableActivationResultExtension viewableActivationResultExtension, Runnable optPostContextMergeRunnable)
public Viewable getViewable()
public AgentInstanceMgmtCallback getStopCallback()
public ViewableActivationResultExtension getViewableActivationResultExtension()
public EvalRootMatchRemover getOptEvalRootMatchRemover()
public boolean isSuppressSameEventMatches()
public boolean isDiscardPartialsOnMatch()
public EvalRootState getOptionalPatternRoot()
public Runnable getOptPostContextMergeRunnable()
Copyright © 2005–2021. All rights reserved.