Kieker 1.12

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
protected static
<T> void
AbstractCallTreeFilter.addTraceToTree(AbstractCallTreeNode<T> root, MessageTrace t, AbstractCallTreeFilter.IPairFactory<T> pairFactory, boolean aggregated)
          Adds the given trace to the given tree.
 void AbstractAggregatedCallTreeFilter.inputMessageTraces(MessageTrace t)
           
 void TraceCallTreeFilter.inputMessageTraces(MessageTrace mt)
           
 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, java.lang.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)
          This constructor uses the given parameters to initialize the fields of this class.
AbstractCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)
          This constructor uses the given parameters to initialize the fields of this class.
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 OperationDependencyGraphAssemblyFilter.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 ContainerDependencyGraphFilter.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 ComponentDependencyGraphAssemblyFilter.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, java.lang.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.
 

Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type MessageTrace
protected  java.util.Comparator<? super MessageTrace> MessageTraceBasedSession.getOrderComparator()
           
 


Kieker 1.12

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