|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.traceAnalysis.systemModel.AbstractMessage
public abstract class AbstractMessage
An abstract base for messages which can later be used and combined in a MessageTrace
.
Constructor Summary | |
---|---|
AbstractMessage(long timestamp,
Execution sendingExecution,
Execution receivingExecution)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
abstract boolean |
equals(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()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)
timestamp
- The timestamp of the message.sendingExecution
- The Execution
object which sent the message.receivingExecution
- The Execution
object which received the message.Method Detail |
---|
public final Execution getReceivingExecution()
public final Execution getSendingExecution()
public final long getTimestamp()
public String toString()
toString
in class Object
public abstract boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |