Uses of Interface
jgroup.core.registry.DependableRegistry.RegistryEntry

Packages that use DependableRegistry.RegistryEntry
jgroup.core   
jgroup.core.registry   
jgroup.relacs.gmi   
jgroup.relacs.registry   
 

Uses of DependableRegistry.RegistryEntry in jgroup.core
 

Methods in jgroup.core that return DependableRegistry.RegistryEntry
 DependableRegistry.RegistryEntry ExternalGMIService.getRegistryEntry(java.lang.String serviceName)
          Returns the registry entry type required for this implementation of the external GMI service.
 

Uses of DependableRegistry.RegistryEntry in jgroup.core.registry
 

Methods in jgroup.core.registry with parameters of type DependableRegistry.RegistryEntry
 IID DependableRegistry.bind(java.lang.String name, DependableRegistry.RegistryEntry entry, java.lang.Class serverType)
          Add a replicated member object to the remote object group associated with the specified name in the registry.
 IID DependableRegistry.bind(java.lang.String name, DependableRegistry.RegistryEntry entry, java.lang.Class serverType, long leaseTime)
          Add a replicated member object to the remote object group associated with the specified name in the registry.
 

Uses of DependableRegistry.RegistryEntry in jgroup.relacs.gmi
 

Classes in jgroup.relacs.gmi that implement DependableRegistry.RegistryEntry
 class BasicJeriRegistryEntry
          The registry entry type required to use the BasicJeriExport in binding with the dependable registry.
 class JeriRegistryEntry
          The registry entry type required by the JeriEGMI layer.
 

Methods in jgroup.relacs.gmi that return DependableRegistry.RegistryEntry
 DependableRegistry.RegistryEntry JeriEGMILayer.getRegistryEntry(java.lang.String serviceName)
           
 

Uses of DependableRegistry.RegistryEntry in jgroup.relacs.registry
 

Methods in jgroup.relacs.registry with parameters of type DependableRegistry.RegistryEntry
 IID RegistryImpl.bind(java.lang.String service, DependableRegistry.RegistryEntry entry, java.lang.Class serverClass)
           
 IID RegistryImpl.bind(java.lang.String service, DependableRegistry.RegistryEntry entry, java.lang.Class serverClass, long leaseTime)
           
 



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