Uses of Interface
jgroup.core.registry.DependableRegistry

Packages that use DependableRegistry
jgroup.core.registry   
jgroup.relacs.registry   
jgroup.upgrade   
 

Uses of DependableRegistry in jgroup.core.registry
 

Methods in jgroup.core.registry that return DependableRegistry
static DependableRegistry RegistryFactory.createRegistry()
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
 DependableRegistry RegistryLocator.createRegistry()
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
static DependableRegistry RegistryFactory.createRegistry(java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
 DependableRegistry RegistryLocator.createRegistry(java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
static DependableRegistry RegistryFactory.getRegistry()
          Returns a proxy for the dependable registry service.
 DependableRegistry RegistryLocator.getRegistry()
          Returns a proxy for the dependable registry service.
static DependableRegistry RegistryFactory.getRegistry(java.rmi.server.RMIClientSocketFactory csf)
          Returns a proxy for the dependable registry service.
 DependableRegistry RegistryLocator.getRegistry(java.rmi.server.RMIClientSocketFactory csf)
          Returns a proxy for the dependable registry service.
 

Methods in jgroup.core.registry with parameters of type DependableRegistry
 IID RegistryService.bind(java.lang.String name, java.lang.Object server, DependableRegistry registry)
          Bind the given server to the object group associated with the specified name in the specified dependable registry.
 void RegistryService.unbind(IID bindId, DependableRegistry registry)
          Unbind the reference associated with the specified binding identifier from the specified dependable registry.
 

Uses of DependableRegistry in jgroup.relacs.registry
 

Classes in jgroup.relacs.registry that implement DependableRegistry
 class RegistryImpl
          This class implements the DependableRegistry interface.
 

Methods in jgroup.relacs.registry that return DependableRegistry
 DependableRegistry RelacsRegistryLocator.createRegistry()
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
 DependableRegistry RelacsRegistryLocator.createRegistry(java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Creates and exports a dependable registry replica on the local host listening for incoming requests on an the port specified in the system configuration file.
 DependableRegistry RelacsRegistryLocator.getRegistry()
          Returns a proxy for the dependable registry service.
 DependableRegistry RelacsRegistryLocator.getRegistry(java.rmi.server.RMIClientSocketFactory csf)
          Returns a proxy for the dependable registry service formed by all registry replica instances found within the distributed system configuration.
 

Methods in jgroup.relacs.registry with parameters of type DependableRegistry
 IID RegistryLayer.bind(java.lang.String name, java.lang.Object server, DependableRegistry registry)
           
 void RegistryLayer.unbind(IID bid, DependableRegistry registry)
           
 

Uses of DependableRegistry in jgroup.upgrade
 

Constructors in jgroup.upgrade with parameters of type DependableRegistry
UpgradeManagerImpl(DependableRegistry dregistry)
          Construct a local UpgradeManagerImpl instance.
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.