public class StandardSMMessage extends SMMessage
TRIGGER_SM_LOCALLYauthenticated| Constructor and Description |
|---|
StandardSMMessage() |
StandardSMMessage(int sender,
int eid,
int type,
int replica,
ApplicationState state,
View view,
int regency,
int leader) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReplica()
Retrieves the replica that should send the state
|
void |
readExternal(java.io.ObjectInput in) |
void |
writeExternal(java.io.ObjectOutput out) |
getEid, getLeader, getRegency, getState, getType, getViewgetSenderpublic StandardSMMessage(int sender,
int eid,
int type,
int replica,
ApplicationState state,
View view,
int regency,
int leader)
public StandardSMMessage()
public int getReplica()
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