Uses of Interface
ibis.ipl.ReceivePortConnectUpcall

Packages that use ReceivePortConnectUpcall
ibis.ipl This package describes the Ibis Portability Layer (IPL), which is to be implemented by Ibis implementations. 
 

Uses of ReceivePortConnectUpcall in ibis.ipl
 

Methods in ibis.ipl with parameters of type ReceivePortConnectUpcall
 ReceivePort PortType.createReceivePort(java.lang.String name, ReceivePortConnectUpcall cU)
          Creates a named ReceivePort of this PortType, with explicit receipt communication.
 ReceivePort PortType.createReceivePort(java.lang.String name, Upcall u, ReceivePortConnectUpcall cU)
          Creates a named ReceivePort of this PortType, with upcall based communication.
 



The Ibis project