public abstract class ReplyMessage extends Message
ReplyReceiver
, thus whenever we want to inform the original node about our findings, we must transform
the "forward" message with the ReplyMessage.messageID, navigationPath
Modifier | Constructor and Description |
---|---|
protected |
ReplyMessage(Message message)
Creates a new instance of ReplyMessage.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Always throws CloneNotSupportedException exception, because conning is not supported for replies.
|
java.lang.String |
toString()
Returns a string representation of this response message.
|
deregisterOperStats, equals, getDestination, getMessageID, getNavigationPathLength, getOriginalSender, getPathElements, getSender, getSenderList, hashCode, registerBoundStat, registerBoundStat, setNavigationPathStatistics
protected ReplyMessage(Message message)
message
- the original message this message is response to