|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.seag.qm.FutureQueryResultFactory
A FutureQueryResult Object should be created whith this factory. It reuses allready created FutureQueryResult Objects for a better performance.
Constructor Summary | |
FutureQueryResultFactory(SqlDaemon sqlDaemon)
Creates new FutureQueryResultFactory |
Method Summary | |
void |
addToQueryEventListener(ExecuteQuery execute)
If a new ExecuteQuery - Thread is created, the factory should know about it. |
FutureQueryResult |
pop()
Gets a FutureQueryResult Object from the Stack. |
void |
push(FutureQueryResult fqr)
Pushes an old FutureQueryResult on the Stack, for reuse. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FutureQueryResultFactory(SqlDaemon sqlDaemon)
sqlDaemon
- Method Detail |
public FutureQueryResult pop()
public void push(FutureQueryResult fqr)
fqr
- old FutureQueryResultpublic void addToQueryEventListener(ExecuteQuery execute)
execute
- new ExecuteQuery - Thread
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |