Kieker 1.6

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

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)
          Processes a message sent from the given source to the given target node.
 void ResponseTimeNodeDecorator.processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode)
           
 

Uses of AbstractMessage in kieker.tools.traceAnalysis.systemModel
 

Subclasses of AbstractMessage in kieker.tools.traceAnalysis.systemModel
 class SynchronousCallMessage
           
 class SynchronousReplyMessage
           
 

Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type AbstractMessage
 List<AbstractMessage> MessageTrace.getSequenceAsVector()
           
 

Constructor parameters in kieker.tools.traceAnalysis.systemModel with type arguments of type AbstractMessage
MessageTrace(long traceId, List<AbstractMessage> seq)
           
MessageTrace(long traceId, String sessionId, List<AbstractMessage> seq)
           
 


Kieker 1.6

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