Uses of Class
jgroup.DistributedSystem

Packages that use DistributedSystem
jgroup   
jgroup.reference   
jgroup.registry   
 

Uses of DistributedSystem in jgroup
 

Fields in jgroup declared as DistributedSystem
(package private)  DistributedSystem Make.v5
           
 

Uses of DistributedSystem in jgroup.reference
 

Methods in jgroup.reference with parameters of type DistributedSystem
 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.
 

Uses of DistributedSystem in jgroup.registry
 

Methods in jgroup.registry with parameters of type DistributedSystem
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.