Uses of Class
ibis.rmi.NotBoundException

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

Uses of NotBoundException in ibis.rmi
 

Methods in ibis.rmi that throw NotBoundException
static Remote Naming.lookup(java.lang.String name)
          Returns a reference for the remote object associated with the specified name.
static void Naming.unbind(java.lang.String name)
          Removes the binding for the specified name.
 

Uses of NotBoundException in ibis.rmi.registry
 

Methods in ibis.rmi.registry that throw NotBoundException
 Remote Registry.lookup(java.lang.String name)
          Returns the remote reference bound to the specified name.
 void Registry.unbind(java.lang.String name)
          Removes the binding for the specified name.
 



The Ibis project