org.jgroups.protocols
Class NakAckHeader
- Cloneable, Externalizable
public class NakAckHeader
NAK_ACK_MSG
public static final int NAK_ACK_MSG
- 2
NAK_ACK_RSP
public static final int NAK_ACK_RSP
- 5
NAK_MSG
public static final int NAK_MSG
- 1
OUT_OF_BAND_MSG
public static final int OUT_OF_BAND_MSG
- 6
OUT_OF_BAND_RSP
public static final int OUT_OF_BAND_RSP
- 7
RETRANSMIT_MSG
public static final int RETRANSMIT_MSG
- 4
WRAPPED_MSG
public static final int WRAPPED_MSG
- 3
NakAckHeader
public NakAckHeader()
NakAckHeader
public NakAckHeader(int type,
long seqno,
ViewId vid)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
size
public long size()
- size in interface Header
toString
public String toString()
- toString in interface Header
type2Str
public static String type2Str(int t)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.