org.jgroups.protocols.pbcast

Class JoinRsp

Implemented Interfaces:
Serializable, Streamable

public class JoinRsp
extends java.lang.Object
implements Serializable, Streamable

Constructor Summary

JoinRsp()
JoinRsp(View v, Digest d)

Method Summary

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()
String
toString()
void
writeTo(DataOutputStream out)
Write the entire state of the current object (including superclasses) to outstream.

Constructor Details

JoinRsp

public JoinRsp()

JoinRsp

public JoinRsp(View v,
               Digest d)

Method Details

readFrom

public void readFrom(DataInputStream in)
            throws IOException,
                   IllegalAccessException,
                   InstantiationException
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

serializedSize

public int serializedSize()

toString

public String toString()

writeTo

public void writeTo(DataOutputStream out)
            throws IOException
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

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.