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 Votevote-
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 VotegetReplyAbstract()voidsetReplyAbstract(Vote reply)
-
-
-
Field Detail
-
vote
public Vote vote
-
-
Method Detail
-
getReplyAbstract
public Vote getReplyAbstract()
- Specified by:
getReplyAbstractin classReplyMessage<Vote>
-
setReplyAbstract
public void setReplyAbstract(Vote reply)
- Specified by:
setReplyAbstractin classReplyMessage<Vote>
-
-