public class JoinRsp extends Object implements Serializable, Streamable
| Constructor and Description |
|---|
JoinRsp() |
JoinRsp(String fail_reason) |
JoinRsp(View v,
Digest d) |
| Modifier and Type | Method and Description |
|---|---|
Digest |
getDigest() |
String |
getFailReason() |
View |
getView() |
void |
readFrom(DataInputStream in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
serializedSize() |
void |
setFailReason(String r) |
String |
toString() |
void |
writeTo(DataOutputStream out)
Write the entire state of the current object (including superclasses) to outstream.
|
public JoinRsp()
public JoinRsp(String fail_reason)
public View getView()
public Digest getDigest()
public String getFailReason()
public void setFailReason(String r)
public void writeTo(DataOutputStream out) throws IOException
StreamablewriteTo in interface StreamableIOExceptionpublic void readFrom(DataInputStream in) throws IOException, IllegalAccessException, InstantiationException
StreamablereadFrom in interface StreamableIOExceptionIllegalAccessExceptionInstantiationExceptionpublic int serializedSize()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.