Uses of Interface
jgroup.IID

Packages that use IID
jgroup   
jgroup.registry   
 

Uses of IID in jgroup
 

Fields in jgroup declared as IID
(package private)  IID Make.v10
           
 

Methods in jgroup that return IID
 IID ExternalGMIService.getIdentifier()
           
 IID ExternalGMIService.bind(java.lang.String name)
          Bind the server associated to this group manager to the object group associated with the specified name in the dependable registry running in the same distributed system as this group manager.
 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 IID in jgroup.registry
 

Methods in jgroup.registry that return IID
 IID DependableRegistry.bind(java.lang.String name, java.rmi.Remote gmiService, java.lang.Class serverType)
          Add a replicated member object to the remote object group associated with the specified name in the registry.
 

Methods in jgroup.registry with parameters of type IID
 void DependableRegistry.unbind(IID bid)
          Remove a replicated remote object identified by the IID object obtained when the replica has been registered.