org.jgroups.protocols.pbcast
Class MergeData
java.lang.Object
org.jgroups.protocols.pbcast.MergeData
- Externalizable
public class MergeData
extends java.lang.Object
implements Externalizable
Encapsulates data sent with a MERGE_RSP (handleMergeResponse()) and INSTALL_MERGE_VIEW
(handleMergeView()).
MergeData
public MergeData()
Empty constructor needed for externalization
equals
public boolean equals(Object other)
getDigest
public Digest getDigest()
getSender
public Address getSender()
getView
public View getView()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
setDigest
public void setDigest(Digest d)
setView
public void setView(View v)
toString
public String toString()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.