Class CSTSMMessage
- java.lang.Object
-
- bftsmart.communication.SystemMessage
-
- bftsmart.statemanagement.SMMessage
-
- bftsmart.statemanagement.durability.CSTSMMessage
-
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
public class CSTSMMessage extends SMMessage
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class bftsmart.statemanagement.SMMessage
TRIGGER_SM_LOCALLY
-
Fields inherited from class bftsmart.communication.SystemMessage
authenticated, sender
-
-
Constructor Summary
Constructors Constructor Description CSTSMMessage()
CSTSMMessage(int sender, int cid, int type, CSTRequestF1 cstConfig, ApplicationState state, View view, int regency, int leader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSTRequestF1
getCstConfig()
void
readExternal(java.io.ObjectInput in)
void
writeExternal(java.io.ObjectOutput out)
-
Methods inherited from class bftsmart.statemanagement.SMMessage
getCID, getLeader, getRegency, getState, getType, getView
-
Methods inherited from class bftsmart.communication.SystemMessage
getSender
-
-
-
-
Constructor Detail
-
CSTSMMessage
public CSTSMMessage(int sender, int cid, int type, CSTRequestF1 cstConfig, ApplicationState state, View view, int regency, int leader)
-
CSTSMMessage
public CSTSMMessage()
-
-
Method Detail
-
getCstConfig
public CSTRequestF1 getCstConfig()
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Specified by:
writeExternal
in interfacejava.io.Externalizable
- Overrides:
writeExternal
in classSMMessage
- 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 classSMMessage
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-