This class stores, allows access to and modification of trader's import attributes.
More...
#include <Trader.h>
List of all members.
Detailed Description
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.
Constructor & Destructor Documentation
TAO_Import_Attributes_i::TAO_Import_Attributes_i |
( |
TAO_Lockable & |
locker ) |
|
TAO_Import_Attributes_i::~TAO_Import_Attributes_i |
( |
void |
) |
|
Member Function Documentation
void TAO_Import_Attributes_i::def_hop_count |
( |
CORBA::ULong |
new_value ) |
|
CORBA::ULong TAO_Import_Attributes_i::def_hop_count |
( |
void |
) |
const |
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 ) |
|
void TAO_Import_Attributes_i::max_hop_count |
( |
CORBA::ULong |
new_value ) |
|
CORBA::ULong TAO_Import_Attributes_i::max_hop_count |
( |
void |
) |
const |
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 ) |
|
void TAO_Import_Attributes_i::max_search_card |
( |
CORBA::ULong |
new_value ) |
|
CORBA::ULong TAO_Import_Attributes_i::max_search_card |
( |
void |
) |
const |
Member Data Documentation
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.
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.
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.
The documentation for this class was generated from the following files: