Uses of Class
planet.test.GML.GMLTopology.DHTMessage

Packages that use DHTMessage
planet.test.GML.GMLTopology   
 

Uses of DHTMessage in planet.test.GML.GMLTopology
 

Methods in planet.test.GML.GMLTopology with parameters of type DHTMessage
 void DHTApplication.retrieve(DHTMessage msg)
          This method retrieves value from a key from the distributed repository build on top of KBR Lookup protocol.
 void DHTApplication.store(DHTMessage msg)
          This method stores key/value pair on the distributed repository of DHT application.