|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SendPort | |
ibis.gmi | The GMI (Group Method Invocation) package implements group communication using method invocations. |
ibis.ipl | This package describes the Ibis Portability Layer (IPL), which is to be implemented by Ibis implementations. |
Uses of SendPort in ibis.gmi |
Fields in ibis.gmi declared as SendPort | |
SendPort |
GroupMethod.sendport
The sendport from which "single" or "group" invocations should obtain the write message. |
Methods in ibis.gmi that return SendPort | |
static SendPort |
Group.getMulticastSendport(java.lang.String ID,
int[] hosts)
Gets a multicast send port using an identification to see if we already have such a send port. |
static SendPort |
Group.unicast(int mem)
Returns the sendport for the specified group member. |
Uses of SendPort in ibis.ipl |
Methods in ibis.ipl that return SendPort | |
SendPort |
WriteMessage.localPort()
Returns the SendPort of this WriteMessage . |
SendPort |
PortType.createSendPort()
Creates a anonymous SendPort of this PortType . |
SendPort |
PortType.createSendPort(java.lang.String name)
Creates a named SendPort of this PortType . |
SendPort |
PortType.createSendPort(boolean connectionDowncalls)
Creates a anonymous SendPort of this PortType . |
SendPort |
PortType.createSendPort(java.lang.String name,
boolean connectionDowncalls)
Creates a named SendPort of this PortType . |
SendPort |
PortType.createSendPort(java.lang.String name,
SendPortConnectUpcall cU)
Creates a named SendPort of this PortType . |
Methods in ibis.ipl with parameters of type SendPort | |
void |
SendPortConnectUpcall.lostConnection(SendPort me,
ReceivePortIdentifier johnDoe,
java.lang.Exception reason)
Upcall that indicates that a connection to a receiveport was lost. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |