org.bioquery.gui
Class ServerQueryManager

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

Deprecated. This class is deprecated. It implements QueryManager but rather than directly submitting Querys from the client, it contacts the SubmitQueryServlet on the server and sends the Query across the network to be submitted from the server. This use of the bioquery server as a proxy for submitting Querys was originally used to bypass applet and java web start security restrictions, but is not required because BioQuery has evolved into a full application.

public class ServerQueryManager
extends java.lang.Object
implements QueryManager


Constructor Summary
ServerQueryManager(BQGUI myGUI, ProgramManager myProgramManager)
          Deprecated.  
 
Method Summary
 void getQueryData(Query theQuery)
          Deprecated.  
 void getQueryResults(Query theQuery, View receivingView)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerQueryManager

public ServerQueryManager(BQGUI myGUI,
                          ProgramManager myProgramManager)
Deprecated. 
Method Detail

getQueryData

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

getQueryResults

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