public class DistAlgReplyMessage extends ReplyMessage
DistributedAlgorithm
.
The message contains the processed operation as well as the identification
of the message that is being replied to.messageID, navigationPath
Constructor and Description |
---|
DistAlgReplyMessage(DistAlgRequestMessage request)
Creates a new instance of DistAlgReplyMessage from the given
DistAlgRequestMessage . |
Modifier and Type | Method and Description |
---|---|
AbstractOperation |
getOperation()
Returns the operation processed by the algorithm.
|
java.lang.String |
toString()
Returns a string representation of this response message.
|
clone
deregisterOperStats, equals, getDestination, getMessageID, getNavigationPathLength, getOriginalSender, getPathElements, getSender, getSenderList, hashCode, registerBoundStat, registerBoundStat, setNavigationPathStatistics
public DistAlgReplyMessage(DistAlgRequestMessage request)
DistAlgRequestMessage
.request
- the request message to reply topublic AbstractOperation getOperation()
public java.lang.String toString()
ReplyMessage
toString
in class ReplyMessage