bamboo.db
Class StorageManager.GetByKeyReq

java.lang.Object
  extended by bamboo.db.StorageManager.GetByKeyReq
All Implemented Interfaces:
QueueElementIF
Enclosing class:
StorageManager

public static class StorageManager.GetByKeyReq
extends Object
implements QueueElementIF


Field Summary
 SinkIF comp_q
           
 StorageManager.Key key
           
 Object user_data
           
 
Constructor Summary
StorageManager.GetByKeyReq(StorageManager.Key k, SinkIF s, 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

key

public StorageManager.Key key

comp_q

public SinkIF comp_q

user_data

public Object user_data
Constructor Detail

StorageManager.GetByKeyReq

public StorageManager.GetByKeyReq(StorageManager.Key k,
                                  SinkIF s,
                                  Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object