edu.arsc.multisearch.client
Class LuceneDaiClient

java.lang.Object
  extended by edu.arsc.multisearch.client.Client
      extended by edu.arsc.multisearch.client.LuceneDaiClient

public class LuceneDaiClient
extends Client


Field Summary
 
Fields inherited from class edu.arsc.multisearch.client.Client
name, rsw, URL
 
Constructor Summary
LuceneDaiClient()
           
 
Method Summary
 void call(java.lang.String query)
          The thread opens up a connection to the given Data Service, creates an activity, attaches its Toolkit, and sents a perform document.
 
Methods inherited from class edu.arsc.multisearch.client.Client
getInstance, getName, getResultSet, getURL, setName, setURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneDaiClient

public LuceneDaiClient()
Method Detail

call

public void call(java.lang.String query)
The thread opens up a connection to the given Data Service, creates an activity, attaches its Toolkit, and sents a perform document. When the results are back, it connects them to the ResourceBlock.

Overrides:
call in class Client