Uses of Interface
org.apache.agila.services.rendezvous.RendezvousPolicy

Packages that use RendezvousPolicy
org.apache.agila.services.rendezvous Three different typs of rendezvous node : UNIVERSAL - not implemented GLOBAL - can synchronize instances of the same process LOCAL - used w/in the same instance of a process PRIVATE - used by a single node  
 

Uses of RendezvousPolicy in org.apache.agila.services.rendezvous
 

Methods in org.apache.agila.services.rendezvous that return RendezvousPolicy
 RendezvousPolicy RendezvousPolicy.addSibling(RendezvousPolicy sibling)
          Adds a sibling to this RendezvousPolicy.
 

Methods in org.apache.agila.services.rendezvous with parameters of type RendezvousPolicy
 RendezvousPolicy RendezvousPolicy.addSibling(RendezvousPolicy sibling)
          Adds a sibling to this RendezvousPolicy.
 

Constructors in org.apache.agila.services.rendezvous with parameters of type RendezvousPolicy
RendezvousPolicyInfo(java.lang.String name, NodeID id, RendezvousPolicy policy)
           
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.