cbr.gui
Class AgentStarter

java.lang.Object
  extended bycbr.gui.AgentStarter

public class AgentStarter
extends Object


Field Summary
static String DEBUG
           
static String EXCLUDE_PATH
          The default exclude path when generating agents.
private static boolean gui_
          The flag to trigger the agent's GUI mode.
static String LAUNCH_MODE
          The launch mode of the agents started by this class.
private static Logger log_
          The Logger instance for this class
static String PROP_DEBUG
           
static String PROP_FINAL_HOP
           
static String PROP_FINDER_PATH
           
static String PROP_GUI
           
static String PROP_HOP
           
static String PROP_PICTURE_PATH
           
 
Constructor Summary
AgentStarter()
           
 
Method Summary
static void setGuiMode(boolean gui)
           
protected static String shipDnameLookup(URL url)
           
static void startFetchAgent(Properties params, SearchController controller, boolean secure)
           
static void startGathererAgent(Properties params, ServerListEntry[] hosts, IndexController controller)
           
static void startIncubatorAgents(ServerListEntry[] hosts, IndexController controller)
           
static void startQueryAgent(Properties params, String image, ServerListEntry[] hosts, SearchController controller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log_

private static Logger log_
The Logger instance for this class


LAUNCH_MODE

public static final String LAUNCH_MODE
The launch mode of the agents started by this class. See AgentLauncher for details.

See Also:
Constant Field Values

EXCLUDE_PATH

public static final String EXCLUDE_PATH
The default exclude path when generating agents.

See Also:
Constant Field Values

PROP_FINDER_PATH

public static final String PROP_FINDER_PATH
See Also:
Constant Field Values

PROP_PICTURE_PATH

public static final String PROP_PICTURE_PATH
See Also:
Constant Field Values

PROP_FINAL_HOP

public static final String PROP_FINAL_HOP
See Also:
Constant Field Values

PROP_DEBUG

public static final String PROP_DEBUG
See Also:
Constant Field Values

PROP_HOP

public static final String PROP_HOP
See Also:
Constant Field Values

PROP_GUI

public static final String PROP_GUI
See Also:
Constant Field Values

DEBUG

public static final String DEBUG
See Also:
Constant Field Values

gui_

private static boolean gui_
The flag to trigger the agent's GUI mode.

Constructor Detail

AgentStarter

public AgentStarter()
Method Detail

setGuiMode

public static void setGuiMode(boolean gui)

startIncubatorAgents

public static void startIncubatorAgents(ServerListEntry[] hosts,
                                        IndexController controller)

startGathererAgent

public static void startGathererAgent(Properties params,
                                      ServerListEntry[] hosts,
                                      IndexController controller)

startQueryAgent

public static void startQueryAgent(Properties params,
                                   String image,
                                   ServerListEntry[] hosts,
                                   SearchController controller)

startFetchAgent

public static void startFetchAgent(Properties params,
                                   SearchController controller,
                                   boolean secure)

shipDnameLookup

protected static String shipDnameLookup(URL url)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.