|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.seag.qm.ResultQueue
Constructor Summary | |
ResultQueue()
Creats nes ResultQueue |
Method Summary | |
ResultTable[] |
get(long key)
Gets a ResultTable from the Queue |
void |
set(long key,
ResultTable[] rt)
Puts a ResultTable into the queue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResultQueue()
Method Detail |
public void set(long key, ResultTable[] rt)
key
- of the queryrt
- ResultTable[]public ResultTable[] get(long key)
key
- of the query
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |