Package 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

See:
          Description

Interface Summary
RendezvousNode  
RendezvousPolicy  
RendezvousRegistration Identifier representing participation of a node in a rendezvoud
RendezvousService Service to handle rendezvous/milestone/synch services
 

Class Summary
AbstractRendezvousService  
BusProcInfo  
RendezvousPolicyInfo  
 

Exception Summary
RendezvousException  
 

Package org.apache.agila.services.rendezvous Description

Three different typs of rendezvous node :

Lifecycle Notes

When a business process is added to the business process service, it registers any rendezvous policy with the rendezvous service (RS). The RS then knows about all rendezvous requirements for a given process. When a new instance is created, the instance service notifies the RS that an instances of a process is starting. When a token reaches a rendezvous node, the doStart() notifies the RM via the node context. The RS indicates if the doStart() should wait - i.e. return false or continue because the rendezvous has been satisfied...



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