bamboo.db
Class StorageManager.GetByTimeCont

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

public static class StorageManager.GetByTimeCont
extends Object
implements QueueElementIF

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


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

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

toString

public String toString()
Overrides:
toString in class Object