public class CSTSMMessage extends SMMessage
TRIGGER_SM_LOCALLYauthenticated| Constructor and Description |
|---|
CSTSMMessage() |
CSTSMMessage(int sender,
int eid,
int type,
CSTRequestF1 cstConfig,
ApplicationState state,
View view,
int regency,
int leader) |
| Modifier and Type | Method and Description |
|---|---|
CSTRequestF1 |
getCstConfig() |
void |
readExternal(java.io.ObjectInput in) |
void |
writeExternal(java.io.ObjectOutput out) |
getEid, getLeader, getRegency, getState, getType, getViewgetSenderpublic CSTSMMessage(int sender,
int eid,
int type,
CSTRequestF1 cstConfig,
ApplicationState state,
View view,
int regency,
int leader)
public CSTSMMessage()
public CSTRequestF1 getCstConfig()
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class SMMessagejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class SMMessagejava.io.IOExceptionjava.lang.ClassNotFoundException