org.jgroups.protocols.pbcast
Class STATE_TRANSFER.StateHeader
- STATE_TRANSFER
- Cloneable, Externalizable
public static class STATE_TRANSFER.StateHeader
Wraps data for a state request/response. Note that for a state response the actual state will not
StateHeader
public StateHeader()
StateHeader
public StateHeader(int type,
Address sender,
long id,
Digest digest)
equals
public boolean equals(Object o)
getDigest
public Digest getDigest()
getType
public int getType()
hashCode
public int hashCode()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.