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()
int
getSender()
byte[]
getSignature()
void
readExternal(java.io.ObjectInput in)
void
setProperty(int prop, java.lang.String value)
void
setSignature(byte[] signature)
java.lang.String
toString()
void
writeExternal(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:
writeExternal
in interfacejava.io.Externalizable
- 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
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-