|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupInterface | |
ibis.gmi | The GMI (Group Method Invocation) package implements group communication using method invocations. |
Uses of GroupInterface in ibis.gmi |
Classes in ibis.gmi that implement GroupInterface | |
class |
GroupStub
The GroupStub class provides a base class for generated stubs. |
Methods in ibis.gmi that return GroupInterface | |
static GroupInterface |
Group.lookup(java.lang.String nm)
Looks up the group with this name, if necessary by communicating with the group registry, and possibly waiting until the group is ready. |
static GroupInterface |
Group.lookup(java.lang.String nm,
long timeout)
Looks up the group with this name, if necessary by communicating with the group registry, and possibly waiting until the group is ready. |
Methods in ibis.gmi with parameters of type GroupInterface | |
static GroupMethod |
Group.findMethod(GroupInterface i,
java.lang.String desc)
Looks up the method described by descr in the group interface i. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |