org.openorb.trader.kernel

Class Lookup

public class Lookup extends LookupPOA implements LogEnabled

This class provides an implementation of the lookup interface.

Author: Jerome Daniel

Constructor Summary
Lookup(Kernel kernel)
Method Summary
Adminadmin_if()
FollowOptiondef_follow_policy()
intdef_hop_count()
intdef_match_card()
intdef_return_card()
intdef_search_card()
voidenableLogging(Logger logger)
LoggergetLogger()
Linklink_if()
Lookuplookup_if()
FollowOptionmax_follow_policy()
intmax_hop_count()
FollowOptionmax_link_follow_policy()
intmax_list()
intmax_match_card()
intmax_return_card()
intmax_search_card()
Proxyproxy_if()
voidquery(String type, String constr, String pref, Policy[] policies, SpecifiedProps desired_props, int how_many, OfferSeqHolder the_offers, OfferIteratorHolder offer_itr, PolicyNameSeqHolder limits_applied)
This operation is used to query amongs trader offers ( and proxy offers ).
Registerregister_if()
booleansupports_dynamic_properties()
booleansupports_modifiable_properties()
booleansupports_proxy_offers()
Objecttype_repos()

Constructor Detail

Lookup

public Lookup(Kernel kernel)

Method Detail

admin_if

public Admin admin_if()

def_follow_policy

public FollowOption def_follow_policy()

def_hop_count

public int def_hop_count()

def_match_card

public int def_match_card()

def_return_card

public int def_return_card()

def_search_card

public int def_search_card()

enableLogging

public void enableLogging(Logger logger)

getLogger

public Logger getLogger()

link_if

public Link link_if()

lookup_if

public Lookup lookup_if()

max_follow_policy

public FollowOption max_follow_policy()

max_hop_count

public int max_hop_count()

max_link_follow_policy

public FollowOption max_link_follow_policy()

max_list

public int max_list()

max_match_card

public int max_match_card()

max_return_card

public int max_return_card()

max_search_card

public int max_search_card()

proxy_if

public Proxy proxy_if()

query

public void query(String type, String constr, String pref, Policy[] policies, SpecifiedProps desired_props, int how_many, OfferSeqHolder the_offers, OfferIteratorHolder offer_itr, PolicyNameSeqHolder limits_applied)
This operation is used to query amongs trader offers ( and proxy offers ).

register_if

public Register register_if()

supports_dynamic_properties

public boolean supports_dynamic_properties()

supports_modifiable_properties

public boolean supports_modifiable_properties()

supports_proxy_offers

public boolean supports_proxy_offers()

type_repos

public Object type_repos()