org.openorb.trader.kernel

Class Admin

public class Admin extends AdminPOA

This class implements the Admin interface for the OpenORB Trading Object Service.

Author: Jerome Daniel

Constructor Summary
Admin(Kernel kernel)
Method Summary
Adminadmin_if()
FollowOptiondef_follow_policy()
intdef_hop_count()
intdef_match_card()
intdef_return_card()
intdef_search_card()
Linklink_if()
voidlist_offers(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
Returns a list of offers
voidlist_proxies(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
Returns a list of proxy offers
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()
Registerregister_if()
byte[]request_id_stem()
FollowOptionset_def_follow_policy(FollowOption policy)
intset_def_hop_count(int value)
intset_def_match_card(int value)
intset_def_return_card(int value)
intset_def_search_card(int value)
FollowOptionset_max_follow_policy(FollowOption policy)
intset_max_hop_count(int value)
FollowOptionset_max_link_follow_policy(FollowOption policy)
intset_max_list(int value)
intset_max_match_card(int value)
intset_max_return_card(int value)
intset_max_search_card(int value)
byte[]set_request_id_stem(byte[] stem)
booleanset_supports_dynamic_properties(boolean value)
booleanset_supports_modifiable_properties(boolean value)
booleanset_supports_proxy_offers(boolean value)
Objectset_type_repos(Object repository)
booleansupports_dynamic_properties()
booleansupports_modifiable_properties()
booleansupports_proxy_offers()
Objecttype_repos()

Constructor Detail

Admin

public Admin(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()

link_if

public Link link_if()

list_offers

public void list_offers(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
Returns a list of offers

list_proxies

public void list_proxies(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
Returns a list of proxy offers

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()

register_if

public Register register_if()

request_id_stem

public byte[] request_id_stem()

set_def_follow_policy

public FollowOption set_def_follow_policy(FollowOption policy)

set_def_hop_count

public int set_def_hop_count(int value)

set_def_match_card

public int set_def_match_card(int value)

set_def_return_card

public int set_def_return_card(int value)

set_def_search_card

public int set_def_search_card(int value)

set_max_follow_policy

public FollowOption set_max_follow_policy(FollowOption policy)

set_max_hop_count

public int set_max_hop_count(int value)

set_max_link_follow_policy

public FollowOption set_max_link_follow_policy(FollowOption policy)

set_max_list

public int set_max_list(int value)

set_max_match_card

public int set_max_match_card(int value)

set_max_return_card

public int set_max_return_card(int value)

set_max_search_card

public int set_max_search_card(int value)

set_request_id_stem

public byte[] set_request_id_stem(byte[] stem)

set_supports_dynamic_properties

public boolean set_supports_dynamic_properties(boolean value)

set_supports_modifiable_properties

public boolean set_supports_modifiable_properties(boolean value)

set_supports_proxy_offers

public boolean set_supports_proxy_offers(boolean value)

set_type_repos

public Object set_type_repos(Object repository)

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()