org.jgroups.stack
Class GossipData
java.lang.Object
org.jgroups.stack.GossipData
- Externalizable
public class GossipData
extends java.lang.Object
implements Externalizable
Encapsulates data sent between GossipServer and GossipClient
GET_REQ
public static final int GET_REQ
GET_RSP
public static final int GET_RSP
REGISTER_REQ
public static final int REGISTER_REQ
GossipData
public GossipData()
GossipData
public GossipData(int type,
String group,
Address mbr,
Vector mbrs)
getGroup
public String getGroup()
getMbrs
public Vector getMbrs()
getType
public int getType()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
toString
public String toString()
type2String
public static String type2String(int t)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.