bamboo.db
Class StorageManager.GetByGuidCont
java.lang.Object
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.
continuation
public Object continuation
del
public boolean del
comp_q
public SinkIF comp_q
user_data
public Object user_data
StorageManager.GetByGuidCont
public StorageManager.GetByGuidCont(Object c,
boolean d,
SinkIF s,
Object ud)
StorageManager.GetByGuidCont
public StorageManager.GetByGuidCont(Object c,
SinkIF s,
Object ud)
toString
public String toString()
- Overrides:
toString in class Object