bamboo.db
Class StorageManager.IterateByGuidCont

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

public static class StorageManager.IterateByGuidCont
extends Object
implements QueueElementIF

Continue an existing IterateByGuidReq. Set continuation to the continuation in the last IterateByGuidResp. To close the cursor associated with a IterateByGuidReq, send one of these with a null comp_q.


Field Summary
 SinkIF comp_q
           
 Object continuation
           
 Object user_data
           
 
Constructor Summary
StorageManager.IterateByGuidCont(Object c, 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

continuation

public Object continuation

comp_q

public SinkIF comp_q

user_data

public Object user_data
Constructor Detail

StorageManager.IterateByGuidCont

public StorageManager.IterateByGuidCont(Object c,
                                        SinkIF s,
                                        Object ud)
Method Detail

toString

public String toString()
Overrides:
toString in class Object