Uses of Interface
ibis.ipl.WriteMessage

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

Methods in ibis.gmi with parameters of type WriteMessage
abstract  void ParameterVector.writeParameters(WriteMessage w)
          Writes this parameter vector to a message.
 

Uses of WriteMessage in ibis.ipl
 

Methods in ibis.ipl that return WriteMessage
 WriteMessage SendPort.newMessage()
          Requests a new message from this sendport.
 



The Ibis project