Kieker 1.8

kieker.tools.traceAnalysis.systemModel
Class SynchronousReplyMessage

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.AbstractMessage
      extended by kieker.tools.traceAnalysis.systemModel.SynchronousReplyMessage

public class SynchronousReplyMessage
extends AbstractMessage

A specified class of messages which represent synchronous replies.

Since:
1.1
Author:
Andre van Hoorn

Constructor Summary
SynchronousReplyMessage(long timestamp, Execution sendingExecution, Execution receivingExecution)
          Creates a new instance of this class using the given parameters.
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class kieker.tools.traceAnalysis.systemModel.AbstractMessage
getReceivingExecution, getSendingExecution, getTimestamp, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronousReplyMessage

public SynchronousReplyMessage(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.
Method Detail

equals

public boolean equals(Object obj)
Specified by:
equals in class AbstractMessage

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractMessage

Kieker 1.8

Copyright 2013 Kieker Project, http://kieker-monitoring.net