org.bioquery.gui
Class LocalQueryManager

java.lang.Object
  |
  +--org.bioquery.gui.LocalQueryManager
All Implemented Interfaces:
QueryManager

public class LocalQueryManager
extends java.lang.Object
implements QueryManager

This class is responsible for retrieving Query data (the number of items returned by each line of the Query) and the Query results (the full resultset of the Query). While most of the work is done by the QuerySubmitter, this class handles exceptions, parses Query data, and returns the results safely from a background Thread.

Author:
James Brundege

Constructor Summary
LocalQueryManager(BQFrame myFrame)
           
 
Method Summary
 void getQueryData(Query theQuery)
           
 void getQueryResults(Query theQuery, View receivingView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalQueryManager

public LocalQueryManager(BQFrame myFrame)
Method Detail

getQueryData

public void getQueryData(Query theQuery)
Specified by:
getQueryData in interface QueryManager

getQueryResults

public void getQueryResults(Query theQuery,
                            View receivingView)
Specified by:
getQueryResults in interface QueryManager