no.sesat.search.run
Class RunningWebQuery

java.lang.Object
  extended by no.sesat.search.run.AbstractRunningQuery
      extended by no.sesat.search.run.RunningQueryImpl
          extended by no.sesat.search.run.RunningWebQuery
All Implemented Interfaces:
RunningQuery

public final class RunningWebQuery
extends RunningQueryImpl

Version:
$Id: RunningWebQuery.java 7225 2009-04-09 00:32:20Z ssmiweve $

Nested Class Summary
 
Nested classes/interfaces inherited from interface no.sesat.search.run.RunningQuery
RunningQuery.Context
 
Field Summary
 
Fields inherited from class no.sesat.search.run.RunningQueryImpl
allCancelled, datamodel, engine, PARAM_LAYOUT, PARAM_LAYOUT_OLD
 
Fields inherited from class no.sesat.search.run.AbstractRunningQuery
context
 
Constructor Summary
RunningWebQuery(RunningQuery.Context cxt, String query, HttpServletRequest request, HttpServletResponse response)
           
 
Method Summary
 void run()
          Thread run.
 
Methods inherited from class no.sesat.search.run.RunningQueryImpl
applicableSearchConfigurations, getHits
 
Methods inherited from class no.sesat.search.run.AbstractRunningQuery
trimDuplicateSpaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunningWebQuery

public RunningWebQuery(RunningQuery.Context cxt,
                       String query,
                       HttpServletRequest request,
                       HttpServletResponse response)
                throws SiteKeyedFactoryInstantiationException
Parameters:
cxt -
query -
request -
response -
Throws:
SiteKeyedFactoryInstantiationException
Method Detail

run

public void run()
         throws InterruptedException
Description copied from class: RunningQueryImpl
Thread run. Guts of the logic behind this class. XXX long method. Divide & Conquer.

Specified by:
run in interface RunningQuery
Overrides:
run in class RunningQueryImpl
Throws:
InterruptedException


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.