edu.ucsb.adl.middleware
Interface QueryThread

All Known Implementing Classes:
QueryThread, QueryThread

public interface QueryThread

A thread that represents the processing of a query on behalf of a collection.

Version:
$Header: /export/home/gjanee/middleware/edu/ucsb/adl/middleware/RCS/QueryThread.java,v 1.1 1999/12/02 23:38:42 gjanee Exp $

$Log: QueryThread.java,v $ Revision 1.1 1999/12/02 23:38:42 gjanee Initial revision

Author:
Greg Janée
Alexandria Digital Library

Method Summary
 java.lang.String getCollection()
          Returns the name of the collection, e.g., "adl_catalog".
 void start()
          Starts the thread.
 void stopASAP()
          Requests that the thread stop as soon as possible.
 

Method Detail

getCollection

public java.lang.String getCollection()
Returns the name of the collection, e.g., "adl_catalog".


start

public void start()
Starts the thread.


stopASAP

public void stopASAP()
Requests that the thread stop as soon as possible. If the thread has already stopped, calling this method has no effect.