Uses of Class
kieker.tools.trace.analysis.systemModel.AbstractMessage
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
Copyright 2022 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.
|
| kieker.tools.trace.analysis.systemModel |
Copyright 2022 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 AbstractMessage Modifier and Type Method Description protected 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, java.util.concurrent.TimeUnit timeunit)Deprecated.Processes a message sent from the given source to the given target node.voidResponseTimeColorNodeDecorator. processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, java.util.concurrent.TimeUnit timeunit)Deprecated.voidResponseTimeNodeDecorator. processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, java.util.concurrent.TimeUnit timeunit)Deprecated. -
Uses of AbstractMessage in kieker.tools.trace.analysis.systemModel
Subclasses of AbstractMessage in kieker.tools.trace.analysis.systemModel Modifier and Type Class Description classSynchronousCallMessageDeprecated.1.15 moved to kieker-modelclassSynchronousReplyMessageDeprecated.1.15 moved to kieker-modelMethods in kieker.tools.trace.analysis.systemModel that return types with arguments of type AbstractMessage Modifier and Type Method Description java.util.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 AbstractMessage Constructor Description MessageTrace(long traceId, java.lang.String sessionId, java.util.List<AbstractMessage> seq)Deprecated.Creates a new message trace from the given data.MessageTrace(long traceId, java.util.List<AbstractMessage> seq)Deprecated.Creates a new message trace from the given data.