bamboo.db
Class StorageManager.GetByGuidCont

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

public static class StorageManager.GetByGuidCont
extends Object
implements QueueElementIF

Continue an existing GetByGuidReq. Set continuation to the continuation in the last GetByGuidResp. To close the cursor associated with a GetByGuidReq, send one of these with a null comp_q. To delete the last item returned by a request, set del to true.


Field Summary
 SinkIF comp_q
           
 Object continuation
           
 boolean del
           
 Object user_data
           
 
Constructor Summary
StorageManager.GetByGuidCont(Object c, boolean d, SinkIF s, Object ud)
           
StorageManager.GetByGuidCont(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

del

public boolean del

comp_q

public SinkIF comp_q

user_data

public Object user_data
Constructor Detail

StorageManager.GetByGuidCont

public StorageManager.GetByGuidCont(Object c,
                                    boolean d,
                                    SinkIF s,
                                    Object ud)

StorageManager.GetByGuidCont

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

toString

public String toString()
Overrides:
toString in class Object