|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.seag.qm.QueryErrorQueue
Here are all QueryErrors stored
Constructor Summary | |
QueryErrorQueue()
Creating new QueryErrorQueue |
Method Summary | |
QueryError |
get(long key)
Gets a QueryError from the Queue |
void |
set(long key,
QueryError err)
Puts a QueryErro into the queue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryErrorQueue()
Method Detail |
public void set(long key, QueryError err)
key
- identifier of the Query who caused the errorerr
- QueryError Objectpublic QueryError get(long key)
key
- of the Query - Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |