bamboo.dht
Class Dht.PutResp

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

public static class Dht.PutResp
extends Object
implements QueueElementIF


Field Summary
 int result
           
 Object user_data
           
 
Constructor Summary
Dht.PutResp(int r, Object ud)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

result

public int result

user_data

public Object user_data
Constructor Detail

Dht.PutResp

public Dht.PutResp(int r,
                   Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object