Uses of Interface
ibis.ipl.ReadMessage

Packages that use ReadMessage
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 ReadMessage in ibis.gmi
 

Methods in ibis.gmi with parameters of type ReadMessage
abstract  ParameterVector ParameterVector.readParameters(ReadMessage r)
          Reads a parameter vector from a message.
 void GroupSkeleton.handleCombineMessage(ReadMessage m)
          Receives a COMBINE or a COMBINE_RESULT message.
abstract  void GroupSkeleton.handleMessage(int invocationMode, int resultMode, ReadMessage r)
          To be redefined by the skeletons.
 

Uses of ReadMessage in ibis.ipl
 

Methods in ibis.ipl that return ReadMessage
 ReadMessage ReceivePort.receive()
          Explicit blocking receive.
 ReadMessage ReceivePort.receive(long timeoutMillis)
          Explicit blocking receive with timeout.
 ReadMessage ReceivePort.poll()
          Asynchronous explicit receive.
 

Methods in ibis.ipl with parameters of type ReadMessage
 void Upcall.upcall(ReadMessage m)
          This is the upcall announcing the receipt of a ReadMessage.
 



The Ibis project