org.omg.CosTrading

Class AdminPOATie

public class AdminPOATie extends AdminPOA

The admin interface enables the values of the trader attributes to be read and written. All attributes are defined as readonly in either SupportAttributes, ImportAttributes, LinkAttributes, or Admin. To set the trader attribute to a new value, set_ operations are defined in Admin. Each of these set operations returns the previous value of the attribute as its function value. If the admin interface operation set_support_proxy_offers is invoked with a value set to FALSE in a trader which supports the proxy interface, the set_support_proxy_offer value does not affect the function of operations in the proxy interface. However, in this case, it does have the effect of making any proxy offers exported via the proxy interface for that trader unavailable to satisfy queries on that traders lookup interface.
Constructor Summary
AdminPOATie(AdminOperations tieObject)
Constructor
AdminPOATie(AdminOperations tieObject, POA poa)
Constructor
Method Summary
Adminadmin_if()
Read accessor for admin_if attribute
FollowOptiondef_follow_policy()
Read accessor for def_follow_policy attribute
intdef_hop_count()
Read accessor for def_hop_count attribute
intdef_match_card()
Read accessor for def_match_card attribute
intdef_return_card()
Read accessor for def_return_card attribute
intdef_search_card()
Read accessor for def_search_card attribute
Linklink_if()
Read accessor for link_if attribute
voidlist_offers(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
Operation list_offers
voidlist_proxies(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
Operation list_proxies
Lookuplookup_if()
Read accessor for lookup_if attribute
FollowOptionmax_follow_policy()
Read accessor for max_follow_policy attribute
intmax_hop_count()
Read accessor for max_hop_count attribute
FollowOptionmax_link_follow_policy()
Read accessor for max_link_follow_policy attribute
intmax_list()
Read accessor for max_list attribute
intmax_match_card()
Read accessor for max_match_card attribute
intmax_return_card()
Read accessor for max_return_card attribute
intmax_search_card()
Read accessor for max_search_card attribute
Proxyproxy_if()
Read accessor for proxy_if attribute
Registerregister_if()
Read accessor for register_if attribute
byte[]request_id_stem()
Read accessor for request_id_stem attribute
FollowOptionset_def_follow_policy(FollowOption policy)
Operation set_def_follow_policy
intset_def_hop_count(int value)
Operation set_def_hop_count
intset_def_match_card(int value)
Operation set_def_match_card
intset_def_return_card(int value)
Operation set_def_return_card
intset_def_search_card(int value)
Operation set_def_search_card
FollowOptionset_max_follow_policy(FollowOption policy)
Operation set_max_follow_policy
intset_max_hop_count(int value)
Operation set_max_hop_count
FollowOptionset_max_link_follow_policy(FollowOption policy)
Operation set_max_link_follow_policy
intset_max_list(int value)
Operation set_max_list
intset_max_match_card(int value)
Operation set_max_match_card
intset_max_return_card(int value)
Operation set_max_return_card
intset_max_search_card(int value)
Operation set_max_search_card
byte[]set_request_id_stem(byte[] stem)
Operation set_request_id_stem
booleanset_supports_dynamic_properties(boolean value)
Operation set_supports_dynamic_properties
booleanset_supports_modifiable_properties(boolean value)
Operation set_supports_modifiable_properties
booleanset_supports_proxy_offers(boolean value)
Operation set_supports_proxy_offers
Objectset_type_repos(Object repository)
Operation set_type_repos
booleansupports_dynamic_properties()
Read accessor for supports_dynamic_properties attribute
booleansupports_modifiable_properties()
Read accessor for supports_modifiable_properties attribute
booleansupports_proxy_offers()
Read accessor for supports_proxy_offers attribute
Objecttype_repos()
Read accessor for type_repos attribute
POA_default_POA()
_default_POA method
AdminOperations_delegate()
Get the delegate
void_delegate(AdminOperations delegate_)
Set the delegate

Constructor Detail

AdminPOATie

public AdminPOATie(AdminOperations tieObject)
Constructor

AdminPOATie

public AdminPOATie(AdminOperations tieObject, POA poa)
Constructor

Method Detail

admin_if

public Admin admin_if()
Read accessor for admin_if attribute

def_follow_policy

public FollowOption def_follow_policy()
Read accessor for def_follow_policy attribute

def_hop_count

public int def_hop_count()
Read accessor for def_hop_count attribute

def_match_card

public int def_match_card()
Read accessor for def_match_card attribute

def_return_card

public int def_return_card()
Read accessor for def_return_card attribute

def_search_card

public int def_search_card()
Read accessor for def_search_card attribute

link_if

public Link link_if()
Read accessor for link_if attribute

list_offers

public void list_offers(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
Operation list_offers

list_proxies

public void list_proxies(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
Operation list_proxies

lookup_if

public Lookup lookup_if()
Read accessor for lookup_if attribute

max_follow_policy

public FollowOption max_follow_policy()
Read accessor for max_follow_policy attribute

max_hop_count

public int max_hop_count()
Read accessor for max_hop_count attribute

max_link_follow_policy

public FollowOption max_link_follow_policy()
Read accessor for max_link_follow_policy attribute

max_list

public int max_list()
Read accessor for max_list attribute

max_match_card

public int max_match_card()
Read accessor for max_match_card attribute

max_return_card

public int max_return_card()
Read accessor for max_return_card attribute

max_search_card

public int max_search_card()
Read accessor for max_search_card attribute

proxy_if

public Proxy proxy_if()
Read accessor for proxy_if attribute

register_if

public Register register_if()
Read accessor for register_if attribute

request_id_stem

public byte[] request_id_stem()
Read accessor for request_id_stem attribute

set_def_follow_policy

public FollowOption set_def_follow_policy(FollowOption policy)
Operation set_def_follow_policy

set_def_hop_count

public int set_def_hop_count(int value)
Operation set_def_hop_count

set_def_match_card

public int set_def_match_card(int value)
Operation set_def_match_card

set_def_return_card

public int set_def_return_card(int value)
Operation set_def_return_card

set_def_search_card

public int set_def_search_card(int value)
Operation set_def_search_card

set_max_follow_policy

public FollowOption set_max_follow_policy(FollowOption policy)
Operation set_max_follow_policy

set_max_hop_count

public int set_max_hop_count(int value)
Operation set_max_hop_count

set_max_link_follow_policy

public FollowOption set_max_link_follow_policy(FollowOption policy)
Operation set_max_link_follow_policy

set_max_list

public int set_max_list(int value)
Operation set_max_list

set_max_match_card

public int set_max_match_card(int value)
Operation set_max_match_card

set_max_return_card

public int set_max_return_card(int value)
Operation set_max_return_card

set_max_search_card

public int set_max_search_card(int value)
Operation set_max_search_card

set_request_id_stem

public byte[] set_request_id_stem(byte[] stem)
Operation set_request_id_stem

set_supports_dynamic_properties

public boolean set_supports_dynamic_properties(boolean value)
Operation set_supports_dynamic_properties

set_supports_modifiable_properties

public boolean set_supports_modifiable_properties(boolean value)
Operation set_supports_modifiable_properties

set_supports_proxy_offers

public boolean set_supports_proxy_offers(boolean value)
Operation set_supports_proxy_offers

set_type_repos

public Object set_type_repos(Object repository)
Operation set_type_repos

supports_dynamic_properties

public boolean supports_dynamic_properties()
Read accessor for supports_dynamic_properties attribute

supports_modifiable_properties

public boolean supports_modifiable_properties()
Read accessor for supports_modifiable_properties attribute

supports_proxy_offers

public boolean supports_proxy_offers()
Read accessor for supports_proxy_offers attribute

type_repos

public Object type_repos()
Read accessor for type_repos attribute

_default_POA

public POA _default_POA()
_default_POA method

_delegate

public AdminOperations _delegate()
Get the delegate

_delegate

public void _delegate(AdminOperations delegate_)
Set the delegate