Package bftsmart.reconfiguration
Class VMMessage
- java.lang.Object
-
- bftsmart.communication.SystemMessage
-
- bftsmart.reconfiguration.VMMessage
-
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
public class VMMessage extends SystemMessage
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class bftsmart.communication.SystemMessage
authenticated, sender
-
-
Constructor Summary
Constructors Constructor Description VMMessage()
VMMessage(int from, ReconfigureReply reply)
VMMessage(ReconfigureReply reply)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReconfigureReply
getReply()
void
readExternal(java.io.ObjectInput in)
void
writeExternal(java.io.ObjectOutput out)
-
Methods inherited from class bftsmart.communication.SystemMessage
getSender
-
-
-
-
Constructor Detail
-
VMMessage
public VMMessage()
-
VMMessage
public VMMessage(ReconfigureReply reply)
-
VMMessage
public VMMessage(int from, ReconfigureReply reply)
-
-
Method Detail
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Specified by:
writeExternal
in interfacejava.io.Externalizable
- Overrides:
writeExternal
in classSystemMessage
- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
- Specified by:
readExternal
in interfacejava.io.Externalizable
- Overrides:
readExternal
in classSystemMessage
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
getReply
public ReconfigureReply getReply()
-
-