Package bftsmart.reconfiguration
Class ReconfigureRequest
- java.lang.Object
-
- bftsmart.reconfiguration.ReconfigureRequest
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable
public class ReconfigureRequest extends java.lang.Object implements java.io.Externalizable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReconfigureRequest()ReconfigureRequest(int sender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Hashtable<java.lang.Integer,java.lang.String>getProperties()intgetSender()byte[]getSignature()voidreadExternal(java.io.ObjectInput in)voidsetProperty(int prop, java.lang.String value)voidsetSignature(byte[] signature)java.lang.StringtoString()voidwriteExternal(java.io.ObjectOutput out)
-
-
-
Method Detail
-
setSignature
public void setSignature(byte[] signature)
-
getSignature
public byte[] getSignature()
-
getProperties
public java.util.Hashtable<java.lang.Integer,java.lang.String> getProperties()
-
getSender
public int getSender()
-
setProperty
public void setProperty(int prop, java.lang.String value)
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-