Uses of Class
kieker.model.system.model.AbstractMessage
| Package | Description |
|---|---|
| kieker.model.system.model |
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.visualization.trace.dependency.graph |
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.model.system.model
Subclasses of AbstractMessage in kieker.model.system.model Modifier and Type Class Description classSynchronousCallMessageA specified class of messages which represent synchronous calls.classSynchronousReplyMessageA specified class of messages which represent synchronous replies.Methods in kieker.model.system.model that return types with arguments of type AbstractMessage Modifier and Type Method Description java.util.List<AbstractMessage>MessageTrace. getSequenceAsVector()Returns the message sequence contained in this trace as an (unmodifiable) list.Constructor parameters in kieker.model.system.model with type arguments of type AbstractMessage Constructor Description MessageTrace(long traceId, java.lang.String sessionId, java.util.List<AbstractMessage> seq)Creates a new message trace from the given data.MessageTrace(long traceId, java.util.List<AbstractMessage> seq)Creates a new message trace from the given data. -
Uses of AbstractMessage in kieker.visualization.trace.dependency.graph
Methods in kieker.visualization.trace.dependency.graph with parameters of type AbstractMessage Modifier and Type Method Description protected voidAbstractDependencyGraphFilter. invokeDecorators(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode)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)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)voidResponseTimeNodeDecorator. processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, java.util.concurrent.TimeUnit timeunit)