public abstract class ReplyMessage
extends de.aristaflow.adept2.model.communication.Message
Message,
Serialized Form| Constructor and Description |
|---|
ReplyMessage(long id,
long requestID)
Creates a reply message.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getRequestID()
Returns the identifier of the message this message refers to.
|
boolean |
isReplyMessage() |
boolean |
process() |
public ReplyMessage(long id,
long requestID)
id - the identifier that will be assigned to the created messagerequestID - the identifier of the message this message corresponds
to.public long getRequestID()
public final boolean isReplyMessage()
isReplyMessage in class de.aristaflow.adept2.model.communication.Messagepublic final boolean process()
process in class de.aristaflow.adept2.model.communication.Message