kieker.tools.traceAnalysis.systemModel
Class SynchronousCallMessage
java.lang.Object
kieker.tools.traceAnalysis.systemModel.AbstractMessage
kieker.tools.traceAnalysis.systemModel.SynchronousCallMessage
public class SynchronousCallMessage
- extends AbstractMessage
A specified class of messages which represent synchronous calls.
- Since:
- 1.1
- Author:
- Andre van Hoorn
SynchronousCallMessage
public SynchronousCallMessage(long timestamp,
Execution sendingExecution,
Execution receivingExecution)
- Creates a new instance of this class using the given parameters.
- Parameters:
timestamp
- The timestamp of the message.sendingExecution
- The Execution
object which sent the message.receivingExecution
- The Execution
object which received the message.
equals
public boolean equals(Object obj)
- Specified by:
equals
in class AbstractMessage
hashCode
public int hashCode()
- Overrides:
hashCode
in class AbstractMessage
Copyright 2014 Kieker Project, http://kieker-monitoring.net>