Uses of Interface
jgroup.registry.DependableRegistry

Packages that use DependableRegistry
jgroup   
jgroup.reference   
jgroup.registry   
 

Uses of DependableRegistry in jgroup
 

Methods in jgroup with parameters of type DependableRegistry
 IID ExternalGMIService.bind(java.lang.String name, DependableRegistry registry)
          Bind the server associated to this group manager to the object group associated with the specified name in the specified dependable registry.
 

Uses of DependableRegistry in jgroup.reference
 

Methods in jgroup.reference that return DependableRegistry
 DependableRegistry RegistryLocator.getRegistry(DistributedSystem ds)
          Returns a proxy for the dependable registry service on the specified distributed system.
 DependableRegistry RegistryLocator.getRegistry(DistributedSystem ds, int port)
          Returns a proxy for the dependable registry service on the specified distributed system and port.
 DependableRegistry RegistryLocator.getRegistry(DistributedSystem ds, int port, java.rmi.server.RMIClientSocketFactory csf)
          Returns a proxy for the dependable registry service on the specified distributed system and port.
 DependableRegistry RegistryLocator.createRegistry(java.lang.Object[] conf)
          Creates and exports a dependable registry replica on the local host that listen to incoming requests on an anonymous communication port.
 DependableRegistry RegistryLocator.createRegistry(java.lang.Object[] conf, int port)
          Creates and exports a dependable registry replica on the local host that listen to incoming requests on the given port communication port.
 DependableRegistry RegistryLocator.createRegistry(java.lang.Object[] conf, int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Creates and exports a dependable registry replica on the local host that listen to incoming requests on the given port communication port.
 

Uses of DependableRegistry in jgroup.registry
 

Fields in jgroup.registry declared as DependableRegistry
(package private)  DependableRegistry Make.v0
           
 

Methods in jgroup.registry that return DependableRegistry
static DependableRegistry RegistryFactory.getRegistry(DistributedSystem ds)
          Returns a proxy for the dependable registry service on the specified distributed system.
static DependableRegistry RegistryFactory.getRegistry(DistributedSystem ds, int port)
          Returns a proxy for the dependable registry service on the specified distributed system and port.
static DependableRegistry RegistryFactory.getRegistry(DistributedSystem ds, int port, java.rmi.server.RMIClientSocketFactory csf)
          Returns a proxy for the dependable registry service on the specified distributed system and port.
static DependableRegistry RegistryFactory.createRegistry(java.lang.Object[] conf)
          Creates and exports a dependable registry replica on the local host that listen to incoming requests on an anonymous communication port.
static DependableRegistry RegistryFactory.createRegistry(java.lang.Object[] conf, int port)
          Creates and exports a dependable registry replica on the local host that listen to incoming requests on the given port communication port.
static DependableRegistry RegistryFactory.createRegistry(java.lang.Object[] conf, int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Creates and exports a dependable registry replica on the local host that listen to incoming requests on the given port communication port.