Uses of Class
ibis.rmi.AlreadyBoundException

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

Uses of AlreadyBoundException in ibis.rmi
 

Methods in ibis.rmi that throw AlreadyBoundException
static void Naming.bind(java.lang.String name, Remote obj)
          Binds the specified name to the specified remote object.
 

Uses of AlreadyBoundException in ibis.rmi.registry
 

Methods in ibis.rmi.registry that throw AlreadyBoundException
 void Registry.bind(java.lang.String name, Remote obj)
          Binds the specified remote reference to the specified name.
 



The Ibis project