|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SendPortIdentifier | |
ibis.ipl | This package describes the Ibis Portability Layer (IPL), which is to be implemented by Ibis implementations. |
Uses of SendPortIdentifier in ibis.ipl |
Methods in ibis.ipl that return SendPortIdentifier | |
SendPortIdentifier |
SendPort.identifier()
Obtains an identification for this sendport. |
SendPortIdentifier |
ReadMessage.origin()
Returns the sendport identifier
of the sender of this message. |
SendPortIdentifier[] |
ReceivePort.connectedTo()
Returns the set of sendports this receiveport is connected to . |
SendPortIdentifier[] |
ReceivePort.lostConnections()
Returns the connections that were lost. |
SendPortIdentifier[] |
ReceivePort.newConnections()
Returns the new connections accepted by this receiveport. |
Methods in ibis.ipl with parameters of type SendPortIdentifier | |
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 |