Class SynchronousCallMessage
java.lang.Object
kieker.tools.trace.analysis.systemModel.AbstractMessage
kieker.tools.trace.analysis.systemModel.SynchronousCallMessage
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
ConstructorsConstructorDescriptionSynchronousCallMessage(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
-
Method Details
-
equals
Deprecated.- Specified by:
equalsin classAbstractMessage
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classAbstractMessage
-
toString
Deprecated.- Overrides:
toStringin classAbstractMessage
-