|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.QueueManager
Contains a queue that holds tuples the Consumer has obtained from its Producers. If the queue becomes full, a disk cache is used to store tuples. At this stage, m_useDiskCache is set to true and no more tuples are inserted into the memory queue until both the queue and disk cache are empty. Then m_useDiskCache is set to false.
Method Summary | |
void |
addResultSets(java.lang.StringBuffer resultSetString)
Pushes ResultSet objects in resultSets string onto this QueueManager. |
void |
close()
Closes this QueueManager and its disk cache. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void close()
public void addResultSets(java.lang.StringBuffer resultSetString) throws QueueManagerException
resultSetString
- StringBuffer containing serialized ResultSet objects.
QueueManagerException
- If the queue is full or can not be written to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |