org.apache.agila.services.rendezvous
Class RendezvousPolicyInfo

java.lang.Object
  extended by org.apache.agila.services.rendezvous.RendezvousPolicyInfo

public class RendezvousPolicyInfo
extends java.lang.Object

Version:
$Id: $
Author:
Geir Magnusson Jr.

Constructor Summary
RendezvousPolicyInfo(java.lang.String name, NodeID id, RendezvousPolicy policy)
           
 
Method Summary
 java.lang.String getName()
          returns the name of this policy.
 NodeID getNodeID()
          Returns the NodeID for the node that is particiapting in this policy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendezvousPolicyInfo

public RendezvousPolicyInfo(java.lang.String name,
                            NodeID id,
                            RendezvousPolicy policy)
Method Detail

getName

public java.lang.String getName()
returns the name of this policy. The name is the user-defined name that is unique for a given business process. It is used to associate many rendezvous nodes in a business process. All that have a policy of the same name are considered grouped and affected by that policy

Returns:
string with identifying policy name

getNodeID

public NodeID getNodeID()
Returns the NodeID for the node that is particiapting in this policy

Returns:


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