TAO_Trader_Components< IF > Class Template Reference

#include <Trader_T.h>

Inheritance diagram for TAO_Trader_Components< IF >:

Inheritance graph
[legend]
Collaboration diagram for TAO_Trader_Components< IF >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_Trader_Components (const TAO_Trading_Components_i &comps)
virtual CosTrading::Lookup_ptr lookup_if () throw (CORBA::SystemException)
virtual CosTrading::Register_ptr register_if () throw (CORBA::SystemException)
virtual CosTrading::Link_ptr link_if () throw (CORBA::SystemException)
virtual CosTrading::Proxy_ptr proxy_if () throw (CORBA::SystemException)
virtual CosTrading::Admin_ptr admin_if () throw (CORBA::SystemException)

Private Attributes

const TAO_Trading_Components_icomps_

template<class IF>
class TAO_Trader_Components< IF >


Constructor & Destructor Documentation

template<class IF>
TAO_Trader_Components< IF >::TAO_Trader_Components const TAO_Trading_Components_i comps  ) 
 

Definition at line 143 of file Trader_T.cpp.

00144   : comps_ (comps)
00145 {
00146 }


Member Function Documentation

template<class IF>
CosTrading::Admin_ptr TAO_Trader_Components< IF >::admin_if  )  throw (CORBA::SystemException) [virtual]
 

Returns object reference for the Admin interface of the trader. Returns nil if the trader does not support Admin interface.

Definition at line 163 of file Trader_T.cpp.

00165 {
00166   return CosTrading::Admin::_duplicate (this->comps_.admin_if ());
00167 }

template<class IF>
CosTrading::Link_ptr TAO_Trader_Components< IF >::link_if  )  throw (CORBA::SystemException) [virtual]
 

Returns object reference for the Link interface of the trader. Returns nil if the trader does not support Link interface.

Definition at line 177 of file Trader_T.cpp.

00179 {
00180   return CosTrading::Link::_duplicate (this->comps_.link_if ());
00181 }

template<class IF>
CosTrading::Lookup_ptr TAO_Trader_Components< IF >::lookup_if  )  throw (CORBA::SystemException) [virtual]
 

Returns an object reference to the Lookup interface of the trader. Returns nil if the trader does not support Lookup interface.

Definition at line 149 of file Trader_T.cpp.

00151 {
00152   return CosTrading::Lookup::_duplicate (this->comps_.lookup_if ());
00153 }

template<class IF>
CosTrading::Proxy_ptr TAO_Trader_Components< IF >::proxy_if  )  throw (CORBA::SystemException) [virtual]
 

Returns object reference to the Proxy interface of the trader. Returns nil if the trader does not support Proxy interface.

Definition at line 170 of file Trader_T.cpp.

00172 {
00173   return CosTrading::Proxy::_duplicate (this->comps_.proxy_if ());
00174 }

template<class IF>
CosTrading::Register_ptr TAO_Trader_Components< IF >::register_if  )  throw (CORBA::SystemException) [virtual]
 

Returns object reference for the Register interface of the trader. Returns nil if the trader does not support Register interface.

Definition at line 156 of file Trader_T.cpp.

00158 {
00159   return CosTrading::Register::_duplicate (this->comps_.register_if ());
00160 }


Member Data Documentation

template<class IF>
const TAO_Trading_Components_i& TAO_Trader_Components< IF >::comps_ [private]
 

Definition at line 143 of file Trader_T.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 14:01:19 2006 for TAO_CosTrader by doxygen 1.3.6