Set/get methods for references to various interfaces of the trader.
More...
#include <Trader.h>
List of all members.
Detailed Description
Set/get methods for references to various interfaces of the trader.
Note, this class is for use in local address space only and is NOT a direct implementation of IDL methods. (Implementation of IDL methods in CosTrading::Trader_Components would need add a _duplicate call for each get method).
Constructor & Destructor Documentation
TAO_Trading_Components_i::TAO_Trading_Components_i |
( |
TAO_Lockable & |
locker ) |
|
TAO_Trading_Components_i::~TAO_Trading_Components_i |
( |
void |
) |
|
Member Function Documentation
CosTrading::Admin_ptr TAO_Trading_Components_i::admin_if |
( |
void |
) |
const |
Returns object reference for the Admin interface of the trader. Returns nil if the trader does not support Admin interface.
void TAO_Trading_Components_i::admin_if |
( |
CosTrading::Admin_ptr |
new_value ) |
|
Set the reference to the Admin interface of the trader.
CosTrading::Link_ptr TAO_Trading_Components_i::link_if |
( |
void |
) |
const |
Returns object reference for the Link interface of the trader. Returns nil if the trader does not support Link interface.
void TAO_Trading_Components_i::link_if |
( |
CosTrading::Link_ptr |
new_value ) |
|
Set the reference to the Link interface of the trader.
CosTrading::Lookup_ptr TAO_Trading_Components_i::lookup_if |
( |
void |
) |
const |
Returns an object reference to the Lookup interface of the trader. Returns nil if the trader does not support Lookup interface.
void TAO_Trading_Components_i::lookup_if |
( |
CosTrading::Lookup_ptr |
new_value ) |
|
Set the reference to the Lookup interface.
void TAO_Trading_Components_i::proxy_if |
( |
CosTrading::Proxy_ptr |
new_value ) |
|
Set the reference to the Proxy interface of the trader.
CosTrading::Proxy_ptr TAO_Trading_Components_i::proxy_if |
( |
void |
) |
const |
Returns object reference to the Proxy interface of the trader. Returns nil if the trader does not support Proxy interface.
CosTrading::Register_ptr TAO_Trading_Components_i::register_if |
( |
void |
) |
const |
Returns object reference for the Register interface of the trader. Returns nil if the trader does not support Register interface.
void TAO_Trading_Components_i::register_if |
( |
CosTrading::Register_ptr |
new_value ) |
|
Set the reference to the Register interface of the trader.
Member Data Documentation
The documentation for this class was generated from the following files: