no.sesat.search.result.handler
Class DataModelResultHandler

java.lang.Object
  extended by no.sesat.search.result.handler.DataModelResultHandler
All Implemented Interfaces:
ResultHandler

public final class DataModelResultHandler
extends Object
implements ResultHandler

Handles the insertion of the results into the datamodel. This class must remain safe under multi-threaded conditions.

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface no.sesat.search.result.handler.ResultHandler
ResultHandler.Context
 
Constructor Summary
DataModelResultHandler()
          Creates a new instance of DataModelResultHandler.
 
Method Summary
 void handleResult(ResultHandler.Context cxt, DataModel datamodel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataModelResultHandler

public DataModelResultHandler()
Creates a new instance of DataModelResultHandler. Used directly by AbstractSearchCommand.

Method Detail

handleResult

public void handleResult(ResultHandler.Context cxt,
                         DataModel datamodel)
Specified by:
handleResult in interface ResultHandler


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