Uses of Interface
ibis.ipl.Upcall

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

Uses of Upcall in ibis.ipl
 

Methods in ibis.ipl with parameters of type Upcall
 ReceivePort PortType.createReceivePort(java.lang.String name, Upcall u)
          Creates a named ReceivePort of this PortType, with upcall based communication.
 ReceivePort PortType.createReceivePort(java.lang.String name, Upcall u, boolean connectionDowncalls)
          Creates a named ReceivePort of this PortType, with upcall based 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