TAO_CosTrader
2.0.8
|
This class stores, allows access to and modification of trader's import attributes. More...
#include <Trader.h>
This class stores, allows access to and modification of trader's import attributes.
Contains a reference to the trader from which it is used so it can use trader's lock.
TAO_Import_Attributes_i::TAO_Import_Attributes_i | ( | TAO_Lockable & | locker | ) |
TAO_Import_Attributes_i::~TAO_Import_Attributes_i | ( | void | ) |
CosTrading::FollowOption TAO_Import_Attributes_i::def_follow_policy | ( | void | ) | const |
void TAO_Import_Attributes_i::def_follow_policy | ( | CosTrading::FollowOption | new_value | ) |
CORBA::ULong TAO_Import_Attributes_i::def_hop_count | ( | void | ) | const |
void TAO_Import_Attributes_i::def_hop_count | ( | CORBA::ULong | new_value | ) |
CORBA::ULong TAO_Import_Attributes_i::def_match_card | ( | void | ) | const |
void TAO_Import_Attributes_i::def_match_card | ( | CORBA::ULong | new_value | ) |
CORBA::ULong TAO_Import_Attributes_i::def_return_card | ( | void | ) | const |
void TAO_Import_Attributes_i::def_return_card | ( | CORBA::ULong | new_value | ) |
CORBA::ULong TAO_Import_Attributes_i::def_search_card | ( | void | ) | const |
void TAO_Import_Attributes_i::def_search_card | ( | CORBA::ULong | new_value | ) |
CosTrading::FollowOption TAO_Import_Attributes_i::max_follow_policy | ( | void | ) | const |
void TAO_Import_Attributes_i::max_follow_policy | ( | CosTrading::FollowOption | new_value | ) |
CORBA::ULong TAO_Import_Attributes_i::max_hop_count | ( | void | ) | const |
void TAO_Import_Attributes_i::max_hop_count | ( | CORBA::ULong | new_value | ) |
CORBA::ULong TAO_Import_Attributes_i::max_list | ( | void | ) | const |
void TAO_Import_Attributes_i::max_list | ( | CORBA::ULong | new_value | ) |
CORBA::ULong TAO_Import_Attributes_i::max_match_card | ( | void | ) | const |
void TAO_Import_Attributes_i::max_match_card | ( | CORBA::ULong | new_value | ) |
CORBA::ULong TAO_Import_Attributes_i::max_return_card | ( | void | ) | const |
void TAO_Import_Attributes_i::max_return_card | ( | CORBA::ULong | new_value | ) |
CORBA::ULong TAO_Import_Attributes_i::max_search_card | ( | void | ) | const |
void TAO_Import_Attributes_i::max_search_card | ( | CORBA::ULong | new_value | ) |
Default link follow policy for a particular trader.
Upper bound of depth of links to be traversed if <hop_count> is not specified.
Upper bound of matched offers to be ordered if <match_card> is not specified).
Upper bound of ordered offers to be returned if <returned_card> is not specified.
Upper bound of offers to be searched if <search_card> is not specified.
TAO_Lockable& TAO_Import_Attributes_i::locker_ [private] |
Limiting link follow policy for all links of the trader - overrides both link and importer policies.
Maximum upper bound of depth of links to be traversed.
Upper bound of depth.
Maximum upper bound of matched offers to be ordered.
Maximum upper bound of ordered offers to be returned.
Maximum upper bound of offers to be searched.