Kieker 1.2

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

Packages that use Execution
kieker.tools.traceAnalysis.plugins.executionFilter   
kieker.tools.traceAnalysis.plugins.executionRecordTransformation   
kieker.tools.traceAnalysis.plugins.traceReconstruction   
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.repository   
 

Uses of Execution in kieker.tools.traceAnalysis.plugins.executionFilter
 

Methods in kieker.tools.traceAnalysis.plugins.executionFilter that return types with arguments of type Execution
 IInputPort<Execution> TraceIdFilter.getExecutionInputPort()
           
 IInputPort<Execution> TimestampFilter.getExecutionInputPort()
           
 IOutputPort<Execution> TraceIdFilter.getExecutionOutputPort()
           
 IOutputPort<Execution> TimestampFilter.getExecutionOutputPort()
           
 

Uses of Execution in kieker.tools.traceAnalysis.plugins.executionRecordTransformation
 

Methods in kieker.tools.traceAnalysis.plugins.executionRecordTransformation that return types with arguments of type Execution
 IOutputPort<Execution> ExecutionRecordTransformationFilter.getExecutionOutputPort()
           
 

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

Methods in kieker.tools.traceAnalysis.plugins.traceReconstruction that return types with arguments of type Execution
 IInputPort<Execution> TraceReconstructionFilter.getExecutionInputPort()
           
 

Uses of Execution in kieker.tools.traceAnalysis.systemModel
 

Methods in kieker.tools.traceAnalysis.systemModel that return Execution
 Execution Message.getReceivingExecution()
           
 Execution Message.getSendingExecution()
           
 

Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type Execution
 SortedSet<Execution> ExecutionTrace.getTraceAsSortedExecutionSet()
          TODO: It's not a good idea to return the internal data structure.
 

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.
 

Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type Execution
Message(long timestamp, Execution sendingExecution, Execution receivingExecution)
           
SynchronousCallMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)
           
SynchronousReplyMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)
           
 

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

Methods in kieker.tools.traceAnalysis.systemModel.repository that return Execution
 Execution SystemModelRepository.getRootExecution()
           
 


Kieker 1.2

Copyright 2010 the Kieker Project, http://kieker.sourceforge.net