Kieker 1.9

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

Packages that use Execution
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.filter.traceReconstruction   
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.repository   
 

Uses of Execution in kieker.tools.traceAnalysis.filter
 

Methods in kieker.tools.traceAnalysis.filter that return Execution
static Execution AbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
           
static Execution AbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository, String executionContainerName, String assemblyComponentTypeName, String componentTypeName, Signature operationSignature, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
           
 

Uses of Execution in kieker.tools.traceAnalysis.filter.traceReconstruction
 

Methods in kieker.tools.traceAnalysis.filter.traceReconstruction with parameters of type Execution
 void TraceReconstructionFilter.inputExecutions(Execution execution)
          This method represents the input port of this filter.
 

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

Methods in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type Execution
 void ResponseTimeDecoration.registerExecution(Execution execution)
          Registers a given execution for the decorated vertex.
 

Uses of Execution in kieker.tools.traceAnalysis.systemModel
 

Methods in kieker.tools.traceAnalysis.systemModel that return Execution
 Execution AbstractMessage.getReceivingExecution()
          Delivers the object which received the message.
 Execution AbstractMessage.getSendingExecution()
          Delivers the object which sent the message.
 

Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type Execution
static Comparator<Execution> ExecutionTrace.createExecutionTraceComparator()
          Returns an instance of the Comparator used by the internal TreeSet to compare Executions.
 SortedSet<Execution> ExecutionTrace.getTraceAsSortedExecutionSet()
          Returns a sorted set (unmodifiable) of Executions in this trace.
 

Methods in kieker.tools.traceAnalysis.systemModel with parameters of type Execution
 void ExecutionTrace.add(Execution execution)
          Adds an execution to the trace.
 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.
 

Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type Execution
AbstractMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)
          Creates a new instance of this class using the given parameters.
SynchronousCallMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)
          Creates a new instance of this class using the given parameters.
SynchronousReplyMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)
          Creates a new instance of this class using the given parameters.
 

Uses of Execution in kieker.tools.traceAnalysis.systemModel.repository
 

Fields in kieker.tools.traceAnalysis.systemModel.repository declared as Execution
static Execution SystemModelRepository.ROOT_EXECUTION
           
 


Kieker 1.9

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