Uses of Interface
jgroup.core.IID

Packages that use IID
jgroup.core   
jgroup.core.registry   
jgroup.relacs.gm   
jgroup.relacs.gmi   
jgroup.relacs.gmi.protocols   
jgroup.relacs.registry   
jgroup.relacs.rmi   
jgroup.relacs.types   
 

Uses of IID in jgroup.core
 

Methods in jgroup.core that return IID
 IID ExternalGMIService.getIdentifier()
          Returns the invocation identifier for the current external group method invocation.
 

Uses of IID in jgroup.core.registry
 

Methods in jgroup.core.registry that return IID
 IID RegistryService.bind()
          Bind the server associated with the RegistryLayer to the object group associated with the name obtained from the application.xml file in the dependable registry running in the same distributed system as this group manager.
 IID RegistryService.bind(java.lang.Object server)
          Bind the given server to the object group associated with the name obtained from the application.xml file in the dependable registry running in the same distributed system as this group manager.
 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.
 IID RegistryService.bind(java.lang.String name, java.lang.Object server)
          Bind the given server to the object group associated with the name in the dependable registry running in the same distributed system as this group manager.
 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.
 IID RegistryService.getIID()
          Returns the local invocation identifier bound to the dependable registry.
 

Methods in jgroup.core.registry with parameters of type IID
 void DependableRegistry.refresh(IID iid)
          Update the timestamp (lease time) for the server associated with the given binding identifier (IID).
 void DependableRegistry.unbind(IID bid)
          Remove a replicated remote object identified by the IID object obtained when the replica has been registered.
 void RegistryService.unbind(IID bindId)
          Unbind the reference associated with the specified binding identifier from the dependable registry running in the same distributed system as this group manager.
 void RegistryService.unbind(IID bindId, DependableRegistry registry)
          Unbind the reference associated with the specified binding identifier from the specified dependable registry.
 

Uses of IID in jgroup.relacs.gm
 

Methods in jgroup.relacs.gm that return IID
 IID LeaseInfo.getIID(int place)
           
 

Methods in jgroup.relacs.gm with parameters of type IID
 void LeaseInfo.setIID(IID iid, int place)
           
 

Uses of IID in jgroup.relacs.gmi
 

Methods in jgroup.relacs.gmi that return IID
 IID JeriEGMILayer.getIdentifier()
           
 

Methods in jgroup.relacs.gmi with parameters of type IID
protected  InvocationResult GroupInvocationHandler.invokeRequest(IID iid, MethodDetails minfo, java.lang.Object[] args, net.jini.jeri.OutboundRequest req)
          Try to invoke method using given request
 

Uses of IID in jgroup.relacs.gmi.protocols
 

Methods in jgroup.relacs.gmi.protocols that return IID
static IID BasicDispatcher.getIdentifier()
          Returns the invocation identifier (IID) for the currently executing method.
 

Uses of IID in jgroup.relacs.registry
 

Methods in jgroup.relacs.registry that return IID
 IID RegistryLayer.bind()
           
 IID RegistryLayer.bind(java.lang.Object server)
           
 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)
           
 IID RegistryLayer.bind(java.lang.String name, java.lang.Object server)
           
 IID RegistryLayer.bind(java.lang.String name, java.lang.Object server, DependableRegistry registry)
           
 IID RegistryLayer.getIID()
           
 

Methods in jgroup.relacs.registry with parameters of type IID
 void RegistryImpl.refresh(IID iid)
           
 void RegistryLayer.unbind(IID bid)
           
 void RegistryImpl.unbind(IID iid)
           
 void RegistryLayer.unbind(IID bid, DependableRegistry registry)
           
 

Uses of IID in jgroup.relacs.rmi
 

Methods in jgroup.relacs.rmi that return IID
 IID IIDFactory.getId()
          Creates a new invocation identifier.
 

Methods in jgroup.relacs.rmi with parameters of type IID
 void IIDFactory.addReply(IID id)
          Adds the given invocation identifier to the set of identifiers for which a reply has been received.
 

Uses of IID in jgroup.relacs.types
 

Classes in jgroup.relacs.types that implement IID
 class IIDImpl
          Instances of this class uniquely identify invocations issued by a client.
 



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