org.jgroups.protocols.pbcast

Class Gossip

public class Gossip extends Object implements Serializable

Constructor Summary
Gossip(Address obj, long id)
Gossip(Address obj, long id, Digest d, Vector not_seen)
Method Summary
voidaddToSeenList(Address mbr)
Gossipcopy()
booleanequals(Object o)
VectorgetNotSeenList()
VectorgetSeenList()
inthashCode()
static voidmain(String[] args)
voidremoveFromNotSeenList(Address mbr)
Removes obj from not_seen list
StringshortForm()
intsizeOfNotSeenList()
StringtoString()

Constructor Detail

Gossip

public Gossip(Address obj, long id)

Gossip

public Gossip(Address obj, long id, Digest d, Vector not_seen)

Method Detail

addToSeenList

public void addToSeenList(Address mbr)

copy

public Gossip copy()

equals

public boolean equals(Object o)

getNotSeenList

public Vector getNotSeenList()

getSeenList

public Vector getSeenList()

hashCode

public int hashCode()

main

public static void main(String[] args)

removeFromNotSeenList

public void removeFromNotSeenList(Address mbr)
Removes obj from not_seen list

shortForm

public String shortForm()

sizeOfNotSeenList

public int sizeOfNotSeenList()

toString

public String toString()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.