Package org.jgroups.protocols.pbcast
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()
void
Read the state of the current object (including superclasses) from instream Note that the input stream must not be closedint
void
toString()
void
writeTo
(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:Streamable
Write the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeTo
in interfaceStreamable
- Throws:
IOException
-
readFrom
public void readFrom(DataInputStream in) throws IOException, IllegalAccessException, InstantiationException Description copied from interface:Streamable
Read the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFrom
in interfaceStreamable
- Throws:
IOException
IllegalAccessException
InstantiationException
-
serializedSize
public int serializedSize() -
toString
-