Class AbstractMessage
java.lang.Object
kieker.tools.trace.analysis.systemModel.AbstractMessage
- Direct Known Subclasses:
SynchronousCallMessage,SynchronousReplyMessage
Deprecated.
1.15 moved to kieker-model
An abstract base for messages which can later be used and combined in a
MessageTrace.- Since:
- 0.95a
- Author:
- Andre van Hoorn
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractMessage(long timestamp, Execution sendingExecution, Execution receivingExecution) Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanDeprecated.final ExecutionDeprecated.Delivers the object which received the message.final ExecutionDeprecated.Delivers the object which sent the message.final longDeprecated.Delivers the timestamp at which the message was created.inthashCode()Deprecated.toString()Deprecated.
-
Constructor Details
-
Method Details
-
getReceivingExecution
Deprecated.Delivers the object which received the message.- Returns:
- The receiving object.
-
getSendingExecution
Deprecated.Delivers the object which sent the message.- Returns:
- The sending object.
-
getTimestamp
public final long getTimestamp()Deprecated.Delivers the timestamp at which the message was created.- Returns:
- The timestamp of the message.
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-