Kieker 1.7

Uses of Class
kieker.tools.traceAnalysis.systemModel.MessageTrace

Packages that use MessageTrace
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.filter.traceWriter   
kieker.tools.traceAnalysis.filter.visualization.callTree   
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram   
kieker.tools.traceAnalysis.systemModel   
 

Uses of MessageTrace in kieker.tools.traceAnalysis.filter
 

Methods in kieker.tools.traceAnalysis.filter with parameters of type MessageTrace
abstract  void AbstractMessageTraceProcessingFilter.inputMessageTraces(MessageTrace mt)
          This is the (abstract) input port for the incoming message traces.
 

Uses of MessageTrace in kieker.tools.traceAnalysis.filter.traceWriter
 

Methods in kieker.tools.traceAnalysis.filter.traceWriter with parameters of type MessageTrace
 void MessageTraceWriterFilter.inputMessageTraces(MessageTrace mt)
          This is the (abstract) input port for the incoming message traces.
 

Uses of MessageTrace in kieker.tools.traceAnalysis.filter.visualization.callTree
 

Methods in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type MessageTrace
 void TraceCallTreeFilter.inputMessageTraces(MessageTrace mt)
           
 void AbstractAggregatedCallTreeFilter.inputMessageTraces(MessageTrace t)
           
 AbstractCallTreeNode<AllocationComponentOperationPair> TraceCallTreeNode.newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)
           
abstract  AbstractCallTreeNode<T> AbstractCallTreeNode.newCall(T destination, MessageTrace origin, IOriginRetentionPolicy originPolicy)
           
static
<T> void
AbstractCallTreeFilter.writeDotForMessageTrace(AbstractCallTreeNode<T> root, AbstractCallTreeFilter.IPairFactory<T> pairFactory, MessageTrace msgTrace, String outputFilename, boolean includeWeights, boolean shortLabels)
           
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type MessageTrace
AbstractAggregatedCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)
           
AbstractCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)
          Creates a new instance of this class using the given parameters.
TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)
          Creates a new instance of this class using the given parameters.
WeightedDirectedCallTreeEdge(AbstractCallTreeNode<T> source, AbstractCallTreeNode<T> target, MessageTrace origin, IOriginRetentionPolicy originPolicy)
          Creates a new instance of this class using the given parameters.
 

Uses of MessageTrace in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
 

Methods in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type MessageTrace
 void ComponentDependencyGraphAssemblyFilter.inputMessageTraces(MessageTrace t)
          This is the (abstract) input port for the incoming message traces.
 void ComponentDependencyGraphAllocationFilter.inputMessageTraces(MessageTrace t)
          This is the (abstract) input port for the incoming message traces.
 void ContainerDependencyGraphFilter.inputMessageTraces(MessageTrace t)
          This is the (abstract) input port for the incoming message traces.
 void OperationDependencyGraphAllocationFilter.inputMessageTraces(MessageTrace t)
          This is the (abstract) input port for the incoming message traces.
 void OperationDependencyGraphAssemblyFilter.inputMessageTraces(MessageTrace t)
          This is the (abstract) input port for the incoming message traces.
 

Uses of MessageTrace in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
 

Methods in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram with parameters of type MessageTrace
 void SequenceDiagramFilter.inputMessageTraces(MessageTrace mt)
           
static void SequenceDiagramFilter.writePicForMessageTrace(MessageTrace msgTrace, SequenceDiagramFilter.SDModes sdMode, String outputFilename, boolean shortLabels)
          This method writes the pic code for the given message trace into the given file.
 

Uses of MessageTrace in kieker.tools.traceAnalysis.systemModel
 

Methods in kieker.tools.traceAnalysis.systemModel that return MessageTrace
 MessageTrace ExecutionTrace.toMessageTrace(Execution rootExecution)
          Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method.
 


Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net