|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMessage | |
---|---|
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph | |
kieker.tools.traceAnalysis.systemModel |
Uses of AbstractMessage in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type AbstractMessage | |
---|---|
abstract void |
AbstractNodeDecorator.processMessage(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode,
TimeUnit timeunit)
Processes a message sent from the given source to the given target node. |
void |
ResponseTimeColorNodeDecorator.processMessage(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode,
TimeUnit timeunit)
|
void |
ResponseTimeNodeDecorator.processMessage(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode,
TimeUnit timeunit)
|
Uses of AbstractMessage in kieker.tools.traceAnalysis.systemModel |
---|
Subclasses of AbstractMessage in kieker.tools.traceAnalysis.systemModel | |
---|---|
class |
SynchronousCallMessage
A specified class of messages which represent synchronous calls. |
class |
SynchronousReplyMessage
A specified class of messages which represent synchronous replies. |
Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type AbstractMessage | |
---|---|
List<AbstractMessage> |
MessageTrace.getSequenceAsVector()
Delivers the sequence stored in this message trace as a vector (a list). |
Constructor parameters in kieker.tools.traceAnalysis.systemModel with type arguments of type AbstractMessage | |
---|---|
MessageTrace(long traceId,
List<AbstractMessage> seq)
Creates a new instance of this class using the given parameters. |
|
MessageTrace(long traceId,
String sessionId,
List<AbstractMessage> seq)
Creates a new instance of this class using the given parameters. |
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |