com.seag.qm
Class QueryErrorQueue

java.lang.Object
  |
  +--com.seag.qm.QueryErrorQueue

public class QueryErrorQueue
extends java.lang.Object

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

QueryErrorQueue

public QueryErrorQueue()
Creating new QueryErrorQueue
Method Detail

set

public void set(long key,
                QueryError err)
Puts a QueryErro into the queue
Parameters:
key - identifier of the Query who caused the error
err - QueryError Object

get

public QueryError get(long key)
Gets a QueryError from the Queue
Parameters:
key - of the Query - Object
Returns:
QueryError