public abstract class AbstractMessage
extends java.lang.Object
MessageTrace.| Constructor and Description |
|---|
AbstractMessage(long timestamp,
Execution sendingExecution,
Execution receivingExecution)
Creates a new instance of this class using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object obj) |
Execution |
getReceivingExecution()
Delivers the object which received the message.
|
Execution |
getSendingExecution()
Delivers the object which sent the message.
|
long |
getTimestamp()
Delivers the timestamp at which the message was created.
|
int |
hashCode() |
java.lang.String |
toString() |
public final Execution getReceivingExecution()
public final Execution getSendingExecution()
public final long getTimestamp()
public java.lang.String toString()
toString in class java.lang.Objectpublic abstract boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright 2020 Kieker Project, http://kieker-monitoring.net