Class JoinRsp
java.lang.Object
org.jgroups.protocols.pbcast.JoinRsp
- All Implemented Interfaces:
Serializable, Streamable
Result of a JOIN request (sent by the GMS client). Instances of this class are immutable.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()voidRead the state of the current object (including superclasses) from instream Note that the input stream must not be closedintvoidtoString()voidwriteTo(DataOutputStream out) Write the entire state of the current object (including superclasses) to outstream.
-
Constructor Details
-
JoinRsp
public JoinRsp() -
JoinRsp
-
JoinRsp
-
-
Method Details
-
getView
-
getDigest
-
getFailReason
-
setFailReason
-
writeTo
Description copied from interface:StreamableWrite the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeToin interfaceStreamable- Throws:
IOException
-
readFrom
public void readFrom(DataInputStream in) throws IOException, IllegalAccessException, InstantiationException Description copied from interface:StreamableRead the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFromin interfaceStreamable- Throws:
IOExceptionIllegalAccessExceptionInstantiationException
-
serializedSize
public int serializedSize() -
toString
-