Class PrepareCommitMessage
- java.lang.Object
-
- de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ExecutionMessage
-
- de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ReplyMessage<Vote>
-
- de.aristaflow.ilm.model.runtimeenvironment.messages.execution.PrepareCommitMessage
-
- All Implemented Interfaces:
Serializable
public class PrepareCommitMessage extends ReplyMessage<Vote>
- See Also:
PrepareCommitMessage
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Vote
vote
-
Fields inherited from class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ReplyMessage
senderWaits
-
Fields inherited from class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.ExecutionMessage
messageId, sessionId, subClass
-
-
Constructor Summary
Constructors Constructor Description PrepareCommitMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vote
getReplyAbstract()
void
setReplyAbstract(Vote reply)
-
-
-
Field Detail
-
vote
public Vote vote
-
-
Method Detail
-
getReplyAbstract
public Vote getReplyAbstract()
- Specified by:
getReplyAbstract
in classReplyMessage<Vote>
-
setReplyAbstract
public void setReplyAbstract(Vote reply)
- Specified by:
setReplyAbstract
in classReplyMessage<Vote>
-
-