org.jgroups.protocols.pbcast
Class JoinRsp
java.lang.Object
org.jgroups.protocols.pbcast.JoinRsp
- All Implemented Interfaces:
- java.io.Serializable, Streamable
- public class JoinRsp
- extends java.lang.Object
- implements java.io.Serializable, Streamable
- See Also:
- Serialized Form
Method Summary |
void |
readFrom(java.io.DataInputStream in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed |
int |
serializedSize()
|
java.lang.String |
toString()
|
void |
writeTo(java.io.DataOutputStream out)
Write the entire state of the current object (including superclasses) to outstream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JoinRsp
public JoinRsp()
JoinRsp
public JoinRsp(View v,
Digest d)
writeTo
public void writeTo(java.io.DataOutputStream out)
throws java.io.IOException
- 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 interface Streamable
- Throws:
java.io.IOException
readFrom
public void readFrom(java.io.DataInputStream in)
throws java.io.IOException,
java.lang.IllegalAccessException,
java.lang.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 interface Streamable
- Throws:
java.io.IOException
java.lang.IllegalAccessException
java.lang.InstantiationException
serializedSize
public int serializedSize()
toString
public java.lang.String toString()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.