Uses of Class
kieker.tools.trace.analysis.systemModel.AbstractMessage
Packages that use AbstractMessage
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of AbstractMessage in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type AbstractMessageModifier and TypeMethodDescriptionprotected voidAbstractDependencyGraphFilter.invokeDecorators(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode) Deprecated.This is a helper method to invoke all decorators and send them a message.abstract voidAbstractNodeDecorator.processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, TimeUnit timeunit) Deprecated.Processes a message sent from the given source to the given target node.voidResponseTimeColorNodeDecorator.processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, TimeUnit timeunit) Deprecated.voidResponseTimeNodeDecorator.processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, TimeUnit timeunit) Deprecated. -
Uses of AbstractMessage in kieker.tools.trace.analysis.systemModel
Subclasses of AbstractMessage in kieker.tools.trace.analysis.systemModelModifier and TypeClassDescriptionclassDeprecated.1.15 moved to kieker-modelclassDeprecated.1.15 moved to kieker-modelMethods in kieker.tools.trace.analysis.systemModel that return types with arguments of type AbstractMessageModifier and TypeMethodDescriptionfinal List<AbstractMessage>MessageTrace.getSequenceAsVector()Deprecated.Returns the message sequence contained in this trace as an (unmodifiable) list.Constructor parameters in kieker.tools.trace.analysis.systemModel with type arguments of type AbstractMessageModifierConstructorDescriptionMessageTrace(long traceId, String sessionId, List<AbstractMessage> seq) Deprecated.Creates a new message trace from the given data.MessageTrace(long traceId, List<AbstractMessage> seq) Deprecated.Creates a new message trace from the given data.