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