lime
Class DataEngMsg
java.lang.Object
lime.EngagementMsg
lime.AgentsEngMsg
lime.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 |
tuples
java.util.Hashtable tuples
upons
java.util.Hashtable upons
DataEngMsg
DataEngMsg(java.util.Hashtable agents,
java.util.Hashtable tuples,
java.util.Hashtable upons)
toString
public java.lang.String toString()
getAgents
public java.util.Hashtable getAgents()
- Returns the agent hashtable.
- Returns:
- the agent hashtable.