org.omg.CosTrading

Interface AdminOperations

All Superinterfaces:
ImportAttributesOperations, LinkAttributesOperations, SupportAttributesOperations, TraderComponentsOperations
Known Subinterfaces:
Admin
Known Implementing Classes:
AdminPOA, AdminPOATie, _AdminStub

public interface AdminOperations
extends TraderComponentsOperations, SupportAttributesOperations, ImportAttributesOperations, LinkAttributesOperations

Generated from IDL interface "Admin"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

void
list_offers(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
void
list_proxies(int how_many, OfferIdSeqHolder ids, OfferIdIteratorHolder id_itr)
byte[]
request_id_stem()
FollowOption
set_def_follow_policy(FollowOption policy)
int
set_def_hop_count(int value)
int
set_def_match_card(int value)
int
set_def_return_card(int value)
int
set_def_search_card(int value)
FollowOption
set_max_follow_policy(FollowOption policy)
int
set_max_hop_count(int value)
FollowOption
set_max_link_follow_policy(FollowOption policy)
int
set_max_list(int value)
int
set_max_match_card(int value)
int
set_max_return_card(int value)
int
set_max_search_card(int value)
byte[]
set_request_id_stem(byte[] stem)
boolean
set_supports_dynamic_properties(boolean value)
boolean
set_supports_modifiable_properties(boolean value)
boolean
set_supports_proxy_offers(boolean value)
Object
set_type_repos(Object repository)

Methods inherited from interface org.omg.CosTrading.ImportAttributesOperations

def_follow_policy, def_hop_count, def_match_card, def_return_card, def_search_card, max_follow_policy, max_hop_count, max_list, max_match_card, max_return_card, max_search_card

Methods inherited from interface org.omg.CosTrading.LinkAttributesOperations

max_link_follow_policy

Methods inherited from interface org.omg.CosTrading.SupportAttributesOperations

supports_dynamic_properties, supports_modifiable_properties, supports_proxy_offers, type_repos

Methods inherited from interface org.omg.CosTrading.TraderComponentsOperations

admin_if, link_if, lookup_if, proxy_if, register_if

Method Details

list_offers

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


list_proxies

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


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)