#include <Trader_T.h>
Inheritance diagram for TAO_Trader_Components< IF >:
Public Member Functions | |
TAO_Trader_Components (const TAO_Trading_Components_i &comps) | |
virtual CosTrading::Lookup_ptr | lookup_if (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::Register_ptr | register_if (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::Link_ptr | link_if (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::Proxy_ptr | proxy_if (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::Admin_ptr | admin_if (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
Private Attributes | |
const TAO_Trading_Components_i & | comps_ |
|
|
|
Returns object reference for the Admin interface of the trader. Returns nil if the trader does not support Admin interface. |
|
Returns object reference for the Link interface of the trader. Returns nil if the trader does not support Link interface. |
|
Returns an object reference to the Lookup interface of the trader. Returns nil if the trader does not support Lookup interface. |
|
Returns object reference to the Proxy interface of the trader. Returns nil if the trader does not support Proxy interface. |
|
Returns object reference for the Register interface of the trader. Returns nil if the trader does not support Register interface. |
|
|