bamboo.dht
Class Dht.GetResp

java.lang.Object
  extended by bamboo.dht.Dht.GetResp
All Implemented Interfaces:
QueueElementIF
Enclosing class:
Dht

public static class Dht.GetResp
extends Object
implements QueueElementIF


Field Summary
 StorageManager.Key placemark
           
 Object user_data
           
 LinkedList values
           
 
Constructor Summary
Dht.GetResp(LinkedList v, Object ud, StorageManager.Key p)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

user_data

public Object user_data

values

public LinkedList values

placemark

public StorageManager.Key placemark
Constructor Detail

Dht.GetResp

public Dht.GetResp(LinkedList v,
                   Object ud,
                   StorageManager.Key p)
Method Detail

toString

public String toString()
Overrides:
toString in class Object