Uses of Class
ibis.gmi.GroupStub

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

Uses of GroupStub in ibis.gmi
 

Methods in ibis.gmi with parameters of type GroupStub
 void Forwarder.startReceiving(GroupStub stb, int nr, int tckt)
          Initiate receiving and forwarding a reply for a group method invoked by the GroupStub "stub".
 

Constructors in ibis.gmi with parameters of type GroupStub
GroupMethod(GroupStub parent, int index, ParameterVector params, java.lang.String descriptor)
          Constructor.
 



The Ibis project