Uses of Interface
ibis.rmi.registry.Registry

Packages that use Registry
ibis.rmi.registry   
 

Uses of Registry in ibis.rmi.registry
 

Methods in ibis.rmi.registry that return Registry
static Registry LocateRegistry.getRegistry()
          Returns a reference to the remote Registry for the local host on the default port.
static Registry LocateRegistry.getRegistry(int port)
          Returns a reference to the remote Registry for the local host on the specified port.
static Registry LocateRegistry.getRegistry(java.lang.String host)
          Returns a reference to the remote Registry for the specified host on the default port.
static Registry LocateRegistry.getRegistry(java.lang.String host, int port)
          Returns a reference to the remote Registry for the specified host on the specified port.
static Registry LocateRegistry.createRegistry(int port)
          Creates and exports a Registry on the local host.
static Registry LocateRegistry.createRegistry(int port, RMIClientSocketFactory c, RMIServerSocketFactory s)
          Creates and exports a Registry on the local host.
 



The Ibis project