This class stores, allows access to and modification of trader's support attributes.
More...
#include <Trader.h>
List of all members.
Detailed Description
This class stores, allows access to and modification of trader's support attributes.
Contains a reference to the trader from which it is used so it can use trader's lock.
Constructor & Destructor Documentation
TAO_Support_Attributes_i::TAO_Support_Attributes_i |
( |
TAO_Lockable & |
locker ) |
|
TAO_Support_Attributes_i::~TAO_Support_Attributes_i |
( |
void |
) |
|
Member Function Documentation
CosTradingRepos::ServiceTypeRepository_ptr TAO_Support_Attributes_i::service_type_repos |
( |
void |
) |
const |
CORBA::Boolean TAO_Support_Attributes_i::supports_dynamic_properties |
( |
void |
) |
const |
void TAO_Support_Attributes_i::supports_dynamic_properties |
( |
CORBA::Boolean |
new_value ) |
|
void TAO_Support_Attributes_i::supports_modifiable_properties |
( |
CORBA::Boolean |
new_value ) |
|
CORBA::Boolean TAO_Support_Attributes_i::supports_modifiable_properties |
( |
void |
) |
const |
CORBA::Boolean TAO_Support_Attributes_i::supports_proxy_offers |
( |
void |
) |
const |
void TAO_Support_Attributes_i::supports_proxy_offers |
( |
CORBA::Boolean |
new_value ) |
|
void TAO_Support_Attributes_i::type_repos |
( |
CosTrading::TypeRepository_ptr |
new_value ) |
|
CosTrading::TypeRepository_ptr TAO_Support_Attributes_i::type_repos |
( |
void |
) |
const |
Member Data Documentation
A reference to the trader (needed for obtaining the lock.)
Already narrowed reference to the ServiceTypeRepository.
Indicator of whether the trader supports dynamic properties.
Indicator of whether the trader supports property modification.
Indicator of whether the trader supports proxy offers.
A reference to the TypeRepostitory used by the trader.
The documentation for this class was generated from the following files: