no.sesat.search.run.handler
Class FederatorRunHandlerConfig

java.lang.Object
  extended by no.sesat.search.run.handler.FederatorRunHandlerConfig
All Implemented Interfaces:
Serializable, RunHandlerConfig

public final class FederatorRunHandlerConfig
extends Object
implements RunHandlerConfig

Generic RunHandler that can be configured to merge result lists together $Id: FederatorRunHandlerConfig.java 7225 2009-04-09 00:32:20Z ssmiweve $

See Also:
Serialized Form

Nested Class Summary
static class FederatorRunHandlerConfig.Blend
           
 
Constructor Summary
FederatorRunHandlerConfig()
           
 
Method Summary
 FederatorRunHandlerConfig.Blend getBlend()
           
 String[] getFrom()
           
 int getInsertCount()
           
 int getInsertPosition()
           
 String getTo()
           
 RunHandlerConfig readRunHandler(Element element)
           
 void setInsertCount(int count)
           
 void setInsertPosition(int pos)
           
 void setTo(String to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FederatorRunHandlerConfig

public FederatorRunHandlerConfig()
Method Detail

getFrom

public String[] getFrom()

getTo

public String getTo()

setTo

public void setTo(String to)

getInsertPosition

public int getInsertPosition()

setInsertPosition

public void setInsertPosition(int pos)

getInsertCount

public int getInsertCount()

setInsertCount

public void setInsertCount(int count)

getBlend

public FederatorRunHandlerConfig.Blend getBlend()

readRunHandler

public RunHandlerConfig readRunHandler(Element element)
Specified by:
readRunHandler in interface RunHandlerConfig


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