|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReceivePort | |
ibis.ipl | This package describes the Ibis Portability Layer (IPL), which is to be implemented by Ibis implementations. |
Uses of ReceivePort in ibis.ipl |
Methods in ibis.ipl that return ReceivePort | |
ReceivePort |
ReadMessage.localPort()
Returns the receiveport of this
ReadMessage . |
ReceivePort |
PortType.createReceivePort(java.lang.String name)
Creates a named ReceivePort of this PortType ,
with explicit receipt communication. |
ReceivePort |
PortType.createReceivePort(java.lang.String name,
boolean connectionDowncalls)
Creates a named ReceivePort of this PortType ,
with explicit receipt communication. |
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,
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. |
Methods in ibis.ipl with parameters of type ReceivePort | |
boolean |
ReceivePortConnectUpcall.gotConnection(ReceivePort me,
SendPortIdentifier applicant)
Upcall that indicates that a new connection is being initiated by a SendPort . |
void |
ReceivePortConnectUpcall.lostConnection(ReceivePort me,
SendPortIdentifier johnDoe,
java.lang.Exception reason)
Upcall that indicates that a connection to a sendport was lost. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |