lime
Class AgentsEngMsg

java.lang.Object
  extended bylime.EngagementMsg
      extended bylime.AgentsEngMsg
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataEngMsg

class AgentsEngMsg
extends EngagementMsg

Held within the TransactionOpDescriptor.


Field Summary
private  java.util.Hashtable agents
          Maps the invovled agents to the tuple spaces that are involved.
 
Constructor Summary
(package private) AgentsEngMsg(java.util.Hashtable agents)
          Creates an agentsEngageMessage.
 
Method Summary
 java.util.Hashtable getAgents()
          Returns the agent hashtable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agents

private java.util.Hashtable agents
Maps the invovled agents to the tuple spaces that are involved.

Constructor Detail

AgentsEngMsg

AgentsEngMsg(java.util.Hashtable agents)
Creates an agentsEngageMessage.

Method Detail

getAgents

public java.util.Hashtable getAgents()
Returns the agent hashtable.

Returns:
the agent hashtable.