org.jgroups.protocols
Class ParticipantGmsImpl
public class ParticipantGmsImpl
handleDownEvent , handleJoin , handleLeave , handleMerge , handleSuspect , handleUpEvent , handleViewChange , iWouldBeCoordinator , init , join , leave , merge , suspect , wrongMethod |
ParticipantGmsImpl
public ParticipantGmsImpl(GMS g)
handleViewChange
public void handleViewChange(ViewId new_view,
Vector mbrs)
If we are leaving, we have to wait for the view change (last msg in the current view) that
excludes us before we can leave.
- handleViewChange in interface GmsImpl
leave
public void leave(Address mbr)
Loop: determine coord. If coord is me --> handleLeave(). Else send handleLeave() to coord until
success.
- leave in interface GmsImpl
merge
public void merge(Vector other_coords)
- merge in interface GmsImpl
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.