#include <Trader.h>
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 | ) |
CORBA::ULong TAO_Import_Attributes_i::def_search_card | ( | void | ) | const |
void TAO_Import_Attributes_i::def_search_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 | ) |
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::max_match_card | ( | void | ) | const |
void TAO_Import_Attributes_i::max_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::max_return_card | ( | void | ) | const |
void TAO_Import_Attributes_i::max_return_card | ( | 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::def_hop_count | ( | void | ) | const |
void TAO_Import_Attributes_i::def_hop_count | ( | CORBA::ULong | 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 | ) |
CosTrading::FollowOption TAO_Import_Attributes_i::def_follow_policy | ( | void | ) | const |
void TAO_Import_Attributes_i::def_follow_policy | ( | CosTrading::FollowOption | 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 | ) |
TAO_Lockable& TAO_Import_Attributes_i::locker_ [private] |
Upper bound of offers to be searched if <search_card> is not specified.
Maximum upper bound of offers to be searched.
Upper bound of matched offers to be ordered if <match_card> is not specified).
Maximum upper bound of matched offers to be ordered.
Upper bound of ordered offers to be returned if <returned_card> is not specified.
Maximum upper bound of ordered offers to be returned.
Upper bound of depth.
Upper bound of depth of links to be traversed if <hop_count> is not specified.
Maximum upper bound of depth of links to be traversed.
Default link follow policy for a particular trader.
Limiting link follow policy for all links of the trader - overrides both link and importer policies.