Uses of Class
ibis.gmi.GroupMember

Packages that use GroupMember
ibis.gmi The GMI (Group Method Invocation) package implements group communication using method invocations. 
 

Uses of GroupMember in ibis.gmi
 

Methods in ibis.gmi with parameters of type GroupMember
static void Group.join(java.lang.String nm, GroupMember o, int rank, long timeout)
          Joins the group with this name, by communicating with the group registry, and blocks until the group is ready.
static void Group.join(java.lang.String nm, GroupMember o)
          Joins the group with this name, by communicating with the group registry, and blocks until the group is ready.
static void Group.join(java.lang.String nm, GroupMember o, int rank)
          Joins the group with this name, by communicating with the group registry, and blocks until the group is ready.
 void GroupSkeleton.init(GroupMember dest)
          Initializes the skeleton further once the group is complete.
 



The Ibis project