org.openorb.trader.kernel
Class Kernel
public
class
Kernel
extends AbstractLogEnabled
This class provides all configuration information for the trader.
This kernel also creates all the other parts of the trading server.
Author: Jerome Daniel
public Kernel(ORB orb)
public String connector_prefix()
public int def_hop_count()
public int def_match_card()
public int def_return_card()
public int def_search_card()
public Repository ir()
public int max_hop_count()
public int max_list()
public int max_match_card()
public int max_return_card()
public int max_search_card()
public ORB orb()
public void overload_config(String trader_name, String url, boolean file_persistence)
public byte[] request_id_stem()
public void run(ORB orb)
public int set_def_hop_count(int value)
public int set_def_match_card(int value)
public int set_def_return_card(int value)
public int set_def_search_card(int value)
public int set_max_hop_count(int value)
public int set_max_list(int value)
public int set_max_match_card(int value)
public int set_max_return_card(int value)
public int set_max_search_card(int value)
public byte[] set_request_id_stem(byte[] stem)
public boolean set_supports_dynamic_properties(boolean value)
public boolean set_supports_modifiable_properties(boolean value)
public boolean set_supports_proxy_offers(boolean value)
public Object set_type_repos(Object repository)
public boolean supports_dynamic_properties()
public boolean supports_modifiable_properties()
public boolean supports_proxy_offers()
public String trader_name()
public Object type_repos()