Package kieker.analysis.plugin.trace
Class AbstractMessageTraceProcessingFilter
java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<T>
kieker.analysis.architecture.trace.AbstractTraceAnalysisStage<T>
kieker.analysis.architecture.trace.AbstractTraceProcessingStage<MessageTrace>
kieker.analysis.plugin.trace.AbstractMessageTraceProcessingFilter
- Direct Known Subclasses:
AbstractCallTreeFilter
,AbstractGraphProducingFilter
,SequenceDiagramFilter
,TraceCallTreeFilter
@Deprecated public abstract class AbstractMessageTraceProcessingFilter extends AbstractTraceProcessingStage<MessageTrace>
Deprecated.
since 1.15 the class is obsolete
This is an abstract base for components which process message traces.
- Since:
- 1.1
- Author:
- Andre van Hoorn, Reiner Jung -- teetime port
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractMessageTraceProcessingFilter(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(MessageTrace element)
Deprecated.Methods inherited from class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage, reportError, reportSuccess
Methods inherited from class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, getSystemModelRepository, printDebugLogMessage, printErrorLogMessage
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
-
Constructor Details
-
AbstractMessageTraceProcessingFilter
Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
repository
- model repository
-
-
Method Details
-
execute
Deprecated.- Specified by:
execute
in classteetime.framework.AbstractConsumerStage<MessageTrace>
- Throws:
java.lang.Exception
-