Package kieker.model.system.model
Class SynchronousCallMessage
java.lang.Object
kieker.model.system.model.AbstractMessage
kieker.model.system.model.SynchronousCallMessage
public class SynchronousCallMessage extends AbstractMessage
A specified class of messages which represent synchronous calls.
- Since:
- 1.1
-
Constructor Summary
Constructors Constructor Description SynchronousCallMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)Creates a new instance of this class using the given parameters. -
Method Summary
Methods inherited from class kieker.model.system.model.AbstractMessage
getReceivingExecution, getSendingExecution, getTimestamp
-
Constructor Details
-
SynchronousCallMessage
public SynchronousCallMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)Creates a new instance of this class using the given parameters.
-
-
Method Details
-
equals
public boolean equals(java.lang.Object obj)- Specified by:
equalsin classAbstractMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractMessage
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractMessage
-