org.jgroups.protocols.pbcast
Class GMS.GmsHeader
- GMS
- Cloneable, Externalizable
public static class GMS.GmsHeader
CANCEL_MERGE
public static final int CANCEL_MERGE
INSTALL_MERGE_VIEW
public static final int INSTALL_MERGE_VIEW
JOIN_REQ
public static final int JOIN_REQ
JOIN_RSP
public static final int JOIN_RSP
LEAVE_REQ
public static final int LEAVE_REQ
LEAVE_RSP
public static final int LEAVE_RSP
MERGE_REQ
public static final int MERGE_REQ
MERGE_RSP
public static final int MERGE_RSP
VIEW
public static final int VIEW
GmsHeader
public GmsHeader()
GmsHeader
public GmsHeader(int type)
GmsHeader
public GmsHeader(int type,
Address mbr)
Used for JOIN_REQ or LEAVE_REQ header
GmsHeader
public GmsHeader(int type,
View view)
Used for VIEW header
GmsHeader
public GmsHeader(int type,
JoinRsp join_rsp)
Used for JOIN_RSP header
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
type2String
public static String type2String(int type)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.