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. |