org.jgroups.protocols.pbcast
Class GMS.GmsHeader
- GMS
- Cloneable, Externalizable
public static class GMS.GmsHeader
CANCEL_MERGE
public static final int CANCEL_MERGE
- 9
INSTALL_MERGE_VIEW
public static final int INSTALL_MERGE_VIEW
- 8
JOIN_REQ
public static final int JOIN_REQ
- 1
JOIN_RSP
public static final int JOIN_RSP
- 2
LEAVE_REQ
public static final int LEAVE_REQ
- 3
LEAVE_RSP
public static final int LEAVE_RSP
- 4
MERGE_REQ
public static final int MERGE_REQ
- 6
MERGE_RSP
public static final int MERGE_RSP
- 7
VIEW
public static final int VIEW
- 5
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
toString
public String toString()
- toString in interface Header
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.