Package kieker.model.system.model
Class SynchronousReplyMessage
java.lang.Object
kieker.model.system.model.AbstractMessage
kieker.model.system.model.SynchronousReplyMessage
public class SynchronousReplyMessage extends AbstractMessage
A specified class of messages which represent synchronous replies.
- Since:
- 1.1
-
Constructor Summary
Constructors Constructor Description SynchronousReplyMessage(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
-
SynchronousReplyMessage
public SynchronousReplyMessage(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
-