Interface CosTrading::Admin

IDL source    Global index
interface Admin : TraderComponents, SupportAttributes, ImportAttributes, LinkAttributes


Attribute index.

  • request_id_stem
  • Operation index.

  • 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
  • Type index.

  • OctetSeq
  • Attributes.

  • request_id_stem

      readonly attribute OctetSeq request_id_stem;

    Operations.

  • list_offers

      void list_offers(in unsigned long how_many,
          out OfferIdSeq ids,
          out OfferIdIterator id_itr)
        raises(NotImplemented);

  • list_proxies

      void list_proxies(in unsigned long how_many,
          out OfferIdSeq ids,
          out OfferIdIterator id_itr)
        raises(NotImplemented);

  • set_def_follow_policy

      FollowOption set_def_follow_policy(in FollowOption policy);

  • set_def_hop_count

      unsigned long set_def_hop_count(in unsigned long value);

  • set_def_match_card

      unsigned long set_def_match_card(in unsigned long value);

  • set_def_return_card

      unsigned long set_def_return_card(in unsigned long value);

  • set_def_search_card

      unsigned long set_def_search_card(in unsigned long value);

  • set_max_follow_policy

      FollowOption set_max_follow_policy(in FollowOption policy);

  • set_max_hop_count

      unsigned long set_max_hop_count(in unsigned long value);

  • set_max_link_follow_policy

      FollowOption set_max_link_follow_policy(in FollowOption policy);

  • set_max_list

      unsigned long set_max_list(in unsigned long value);

  • set_max_match_card

      unsigned long set_max_match_card(in unsigned long value);

  • set_max_return_card

      unsigned long set_max_return_card(in unsigned long value);

  • set_max_search_card

      unsigned long set_max_search_card(in unsigned long value);

  • set_request_id_stem

      OctetSeq set_request_id_stem(in OctetSeq stem);

  • set_supports_dynamic_properties

      boolean set_supports_dynamic_properties(in boolean value);

  • set_supports_modifiable_properties

      boolean set_supports_modifiable_properties(in boolean value);

  • set_supports_proxy_offers

      boolean set_supports_proxy_offers(in boolean value);

  • set_type_repos

      TypeRepository set_type_repos(in TypeRepository repository);

    Types.

  • OctetSeq

      typedef sequence<octet> OctetSeq;
    


    Generated by Sandia idldoc 1.0.