Class AbstractMessageTraceProcessingFilter

java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<T>
kieker.analysis.architecture.trace.AbstractTraceAnalysisStage<T>
kieker.analysis.architecture.trace.AbstractTraceProcessingStage<kieker.model.system.model.MessageTrace>
kieker.analysis.plugin.trace.AbstractMessageTraceProcessingFilter

@Deprecated
public abstract class AbstractMessageTraceProcessingFilter
extends AbstractTraceProcessingStage<kieker.model.system.model.MessageTrace>
Deprecated.
since 1.15 the class is obsolete
This is an abstract base for components which process message traces.
Since:
1.1
  • Field Summary

    Fields inherited from class teetime.framework.AbstractConsumerStage

    inputPort

    Fields inherited from class teetime.framework.AbstractStage

    logger
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractMessageTraceProcessingFilter​(kieker.model.repository.SystemModelRepository repository)
    Deprecated.
    Creates a new instance of this class using the given parameters.
  • Method Summary

    Modifier and Type Method Description
    protected abstract void execute​(kieker.model.system.model.MessageTrace element)
    Deprecated.
     

    Methods inherited from class teetime.framework.AbstractConsumerStage

    createInputPort, execute, getInputPort

    Methods inherited from class teetime.framework.AbstractStage

    abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AbstractMessageTraceProcessingFilter

      public AbstractMessageTraceProcessingFilter​(kieker.model.repository.SystemModelRepository repository)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      repository - model repository
  • Method Details

    • execute

      protected abstract void execute​(kieker.model.system.model.MessageTrace element) throws java.lang.Exception
      Deprecated.
      Specified by:
      execute in class teetime.framework.AbstractConsumerStage<kieker.model.system.model.MessageTrace>
      Throws:
      java.lang.Exception