lime
Class DataEngMsg

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

class DataEngMsg
extends AgentsEngMsg

A data message sent during engagement. Contains the misplaced tuples, the upons to be installed at the destination, and the information for the lime system tuple space. During host engagement, when this data comes from the leader, the lsts contains the list of hosts to accept the tuples and upons from


Field Summary
(package private)  java.util.Hashtable tuples
           
(package private)  java.util.Hashtable upons
           
 
Constructor Summary
(package private) DataEngMsg(java.util.Hashtable agents, java.util.Hashtable tuples, java.util.Hashtable upons)
           
 
Method Summary
 java.util.Hashtable getAgents()
          Returns the agent hashtable.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tuples

java.util.Hashtable tuples

upons

java.util.Hashtable upons
Constructor Detail

DataEngMsg

DataEngMsg(java.util.Hashtable agents,
           java.util.Hashtable tuples,
           java.util.Hashtable upons)
Method Detail

toString

public java.lang.String toString()

getAgents

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

Returns:
the agent hashtable.