TAO_CosTrader  2.3.2
Classes | Typedefs | Functions
Trader.h File Reference
#include "orbsvcs/Trader/Interpreter_Utils.h"
#include "ace/Containers.h"
#include "orbsvcs/CosTradingS.h"
#include "orbsvcs/CosTradingReposS.h"
#include "orbsvcs/CosTradingDynamicS.h"
#include "orbsvcs/Trader/trading_serv_export.h"

Classes

class  TAO_Trader_Factory
 Uses command line arguments to construct a trader instance with the correct interface support, locking, and policy settings. More...
 
class  TAO_Lockable
 
class  TAO_Support_Attributes_i
 This class stores, allows access to and modification of trader's support attributes. More...
 
class  TAO_Link_Attributes_i
 This class stores, allows access to and modification of trader's link attributes. More...
 
class  TAO_Import_Attributes_i
 This class stores, allows access to and modification of trader's import attributes. More...
 
class  TAO_Trading_Components_i
 Set/get methods for references to various interfaces of the trader. More...
 
class  TAO_Trader_Base
 TAO_Trader inherits from this "helper" class. The sole purpose of this class is to factor some of TAO_Trader's data members out, so that they would not have to be templatized and be be aware of the type of lock they use. More...
 

Typedefs

typedef ACE_Hash_Map_Manager_Ex< CORBA::ULong, CosTrading::Offer *, ACE_Hash< CORBA::ULong >, ACE_Equal_To< CORBA::ULong >, ACE_Null_MutexTAO_Offer_Map
 
typedef ACE_Unbounded_Set< CORBA::String_varTAO_String_Set
 
typedef ACE_Unbounded_Queue< char * > TAO_String_Queue
 

Functions

bool operator> (const CosTradingRepos::ServiceTypeRepository::IncarnationNumber &l, const CosTradingRepos::ServiceTypeRepository::IncarnationNumber &r)
 
bool operator< (const CosTradingRepos::ServiceTypeRepository::IncarnationNumber &l, const CosTradingRepos::ServiceTypeRepository::IncarnationNumber &r)
 
bool operator== (const CosTrading::Admin::OctetSeq &left, const CosTrading::Admin::OctetSeq &right)
 

Detailed Description

Author
Marina Spivak marin.nosp@m.a@cs.nosp@m..wust.nosp@m.l.ed.nosp@m.u
Seth Widoff sbw1@.nosp@m.cs.w.nosp@m.ustl..nosp@m.edu
Irfan Pyarali irfan.nosp@m.@cs..nosp@m.wustl.nosp@m..edu

Typedef Documentation

Function Documentation

bool operator== ( const CosTrading::Admin::OctetSeq left,
const CosTrading::Admin::OctetSeq right 
)