Uses of Package
ibis.rmi

Packages that use ibis.rmi
ibis.rmi This is an RMI implementation on top of Ibis. 
ibis.rmi.registry   
ibis.rmi.server   
 

Classes in ibis.rmi used by ibis.rmi
AlreadyBoundException
          An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that is already in use.
NotBoundException
          A NotBoundException is thrown if an attempt is made to lookup or unbind a name that has no binding.
Remote
          The Remote interface serves to identify interfaces whose methods may be remotely invoked.
RemoteException
          A RemoteException is the common superclass for several exceptions that may occur during a remove method invocation.
 

Classes in ibis.rmi used by ibis.rmi.registry
AlreadyBoundException
          An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that is already in use.
NotBoundException
          A NotBoundException is thrown if an attempt is made to lookup or unbind a name that has no binding.
Remote
          The Remote interface serves to identify interfaces whose methods may be remotely invoked.
RemoteException
          A RemoteException is the common superclass for several exceptions that may occur during a remove method invocation.
 

Classes in ibis.rmi used by ibis.rmi.server
Remote
          The Remote interface serves to identify interfaces whose methods may be remotely invoked.
RemoteException
          A RemoteException is the common superclass for several exceptions that may occur during a remove method invocation.
 



The Ibis project