no.sesat.search.run
Class RunningWebQuery
java.lang.Object
no.sesat.search.run.AbstractRunningQuery
no.sesat.search.run.RunningQueryImpl
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 $
|
Method Summary |
void |
run()
Thread run. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunningWebQuery
public RunningWebQuery(RunningQuery.Context cxt,
String query,
HttpServletRequest request,
HttpServletResponse response)
throws SiteKeyedFactoryInstantiationException
- Parameters:
cxt - query - request - response -
- Throws:
SiteKeyedFactoryInstantiationException
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.