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
Methods inherited from class kieker.tools.trace.analysis.systemModel.AbstractMessage
getReceivingExecution, getSendingExecution, getTimestamp
-
Constructor Details
-
SynchronousCallMessage
public SynchronousCallMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)Deprecated.Creates a new instance of this class using the given parameters.
-
-
Method Details
-
equals
public boolean equals(java.lang.Object obj)Deprecated.- Specified by:
equals
in classAbstractMessage
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classAbstractMessage
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toString
in classAbstractMessage
-