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 Summary

    Constructors 
    Constructor Description
    SynchronousCallMessage​(long timestamp, Execution sendingExecution, Execution receivingExecution)
    Deprecated.
    Creates a new instance of this class using the given parameters.
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)
    Deprecated.
     
    int hashCode()
    Deprecated.
     
    java.lang.String toString()
    Deprecated.
     

    Methods inherited from class kieker.tools.trace.analysis.systemModel.AbstractMessage

    getReceivingExecution, getSendingExecution, getTimestamp

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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