org.jgroups.protocols.pbcast
Class STATE_TRANSFER.StateHeader
public static
class
STATE_TRANSFER.StateHeader
extends Header
implements Streamable
Wraps data for a state request/response. Note that for a state response the actual state will
not
public static final byte STATE_REQ
public static final byte STATE_RSP
public StateHeader()
public StateHeader(byte type,
Address sender, long id,
Digest digest)
public boolean equals(Object o)
public int getType()
public int hashCode()
public void readExternal(ObjectInput in)
public void readFrom(DataInputStream in)
public long size()
public String toString()
public void writeExternal(ObjectOutput out)
public void writeTo(DataOutputStream out)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.