IDL source Global index
interface Admin : TraderComponents, SupportAttributes, ImportAttributes, LinkAttributes
- request_id_stem
- list_offers
- list_proxies
- set_def_follow_policy
- set_def_hop_count
- set_def_match_card
- set_def_return_card
- set_def_search_card
- set_max_follow_policy
- set_max_hop_count
- set_max_link_follow_policy
- set_max_list
- set_max_match_card
- set_max_return_card
- set_max_search_card
- set_request_id_stem
- set_supports_dynamic_properties
- set_supports_modifiable_properties
- set_supports_proxy_offers
- set_type_repos
- OctetSeq
readonly attribute OctetSeq request_id_stem;
-
void list_offers(in unsigned long how_many,
out OfferIdSeq ids,
out OfferIdIterator id_itr)
raises(NotImplemented);
-
void list_proxies(in unsigned long how_many,
out OfferIdSeq ids,
out OfferIdIterator id_itr)
raises(NotImplemented);
-
FollowOption set_def_follow_policy(in FollowOption policy);
-
unsigned long set_def_hop_count(in unsigned long value);
-
unsigned long set_def_match_card(in unsigned long value);
-
unsigned long set_def_return_card(in unsigned long value);
-
unsigned long set_def_search_card(in unsigned long value);
-
FollowOption set_max_follow_policy(in FollowOption policy);
-
unsigned long set_max_hop_count(in unsigned long value);
-
FollowOption set_max_link_follow_policy(in FollowOption policy);
-
unsigned long set_max_list(in unsigned long value);
-
unsigned long set_max_match_card(in unsigned long value);
-
unsigned long set_max_return_card(in unsigned long value);
-
unsigned long set_max_search_card(in unsigned long value);
-
OctetSeq set_request_id_stem(in OctetSeq stem);
-
boolean set_supports_dynamic_properties(in boolean value);
-
boolean set_supports_modifiable_properties(in boolean value);
-
boolean set_supports_proxy_offers(in boolean value);
-
TypeRepository set_type_repos(in TypeRepository repository);
-
typedef sequence<octet> OctetSeq;
-
Generated by Sandia idldoc 1.0.