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<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
-
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 voidexecute(kieker.model.system.model.MessageTrace element)Deprecated.Methods inherited from class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage, reportError, reportSuccessMethods inherited from class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, getSystemModelRepository, printDebugLogMessage, printErrorLogMessageMethods inherited from class teetime.framework.AbstractConsumerStage
createInputPort, execute, getInputPortMethods 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
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.ExceptionDeprecated.- Specified by:
executein classteetime.framework.AbstractConsumerStage<kieker.model.system.model.MessageTrace>- Throws:
java.lang.Exception
-