Uses of Package
ibis.ipl

Packages that use ibis.ipl
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. 
ibis.rmi This is an RMI implementation on top of Ibis. 
ibis.rmi.server   
ibis.util The ibis.util package provides several utilities that may be useful for Ibis applications. 
 

Classes in ibis.ipl used by ibis.gmi
IbisException
          Like java.lang.Exception, but with a cause.
ReadMessage
          The Ibis abstraction for data to be read.
SendPort
          Maintains connections to one or more receive ports.
WriteMessage
          The Ibis abstraction for data to be written.
 

Classes in ibis.ipl used by ibis.ipl
ConnectionRefusedException
          Signals that a connection has been refused.
DynamicProperties
          Dynamic properties associated with a send or receive port.
Ibis
          This class defines the Ibis API, which can be implemented by an Ibis implementation.
IbisException
          Like java.lang.Exception, but with a cause.
IbisIdentifier
          Identifies an Ibis on the network.
IbisIOException
          Like java.io.IOException, but with a cause.
IbisRuntimeException
          Like java.lang.RuntimeException, but with a cause.
PortType
          A PortType represents a class of send and receive ports with specific properties and with a specific role in the program.
ReadMessage
          The Ibis abstraction for data to be read.
ReceivePort
          A receiveport maintains connections to one or more sendports.
ReceivePortConnectUpcall
          Connection upcall interface for receiveports.
ReceivePortIdentifier
          Identifies a ReceivePort on the sending side.
Registry
          A Registry provides methods for storing and retrieving ReceivePortIdentifiers or IbisIdentifiers with arbitrary names.
Replacer
          Object replacer, used in object serialization..
ResizeHandler
          Describes the upcalls that are generated for the Ibis group management of a run.
SendPort
          Maintains connections to one or more receive ports.
SendPortConnectUpcall
          Connection upcall interface for sendports.
SendPortIdentifier
          Identifies a SendPort on the receiver side.
StaticProperties
          Container for the properties of an Ibis or a PortType.
Upcall
          Describes the interface for upcall based communication.
WriteMessage
          The Ibis abstraction for data to be written.
 

Classes in ibis.ipl used by ibis.rmi
IbisException
          Like java.lang.Exception, but with a cause.
IbisIOException
          Like java.io.IOException, but with a cause.
 

Classes in ibis.ipl used by ibis.rmi.server
IbisIOException
          Like java.io.IOException, but with a cause.
 

Classes in ibis.ipl used by ibis.util
Ibis
          This class defines the Ibis API, which can be implemented by an Ibis implementation.
IbisRuntimeException
          Like java.lang.RuntimeException, but with a cause.
 



The Ibis project