Class SynchronousCallMessage

java.lang.Object
kieker.tools.trace.analysis.systemModel.AbstractMessage
kieker.tools.trace.analysis.systemModel.SynchronousCallMessage

@Deprecated public class SynchronousCallMessage extends AbstractMessage
Deprecated.
1.15 moved to kieker-model
A specified class of messages which represent synchronous calls.
Since:
1.1
Author:
Andre van Hoorn
  • Constructor Details

    • SynchronousCallMessage

      public SynchronousCallMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      timestamp - The timestamp of the message.
      sendingExecution - The Execution object which sent the message.
      receivingExecution - The Execution object which received the message.
  • Method Details