All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----JavaGroups.JavaStack.Protocols.GmsImpl | +----JavaGroups.JavaStack.Protocols.CoordGmsImpl
mbr
from the membership.
public CoordGmsImpl()
public static CoordGmsImpl CreateInstance(GMS gms)
public void Join(Address mbr)
public void Leave(Address mbr)
public void Suspect(Address mbr)
public void Merge(Vector new_mbrs)
public synchronized boolean HandleJoin(Address mbr)
public synchronized void HandleLeave(Address mbr, boolean suspected)
mbr
from the membership. If suspected
is true, then
this member crashed and therefore is forced to leave, otherwise it is leaving voluntarily.
public void HandleViewChange(ViewId new_view, Vector mbrs)
public void HandleMerge(Vector new_mems, Vector suspects, long other_ltime)
public void HandleSuspect(Address mbr)
All Packages Class Hierarchy This Package Previous Next Index