TAO_AV_Flow_Protocol_Item Class Reference

#include <Transport.h>

Collaboration diagram for TAO_AV_Flow_Protocol_Item:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_AV_Flow_Protocol_Item (const ACE_CString &name)
const ACE_CStringname (void)
TAO_AV_Flow_Protocol_Factoryfactory (void)
 return a pointer to the Flow_Protocol factory.

void factory (TAO_AV_Flow_Protocol_Factory *factory)
 set the factory pointer's valus.


Private Attributes

ACE_CString name_
 Flow_Protocol factory name.

TAO_AV_Flow_Protocol_Factoryfactory_
 pointer to factory object.


Constructor & Destructor Documentation

TAO_AV_Flow_Protocol_Item::TAO_AV_Flow_Protocol_Item const ACE_CString name  ) 
 

creator method, the Flow_Protocol name can only be set when the object is created.

Definition at line 40 of file Transport.cpp.

00041   :   name_ (name),
00042       factory_ (0)
00043 {
00044 }


Member Function Documentation

ACE_INLINE void TAO_AV_Flow_Protocol_Item::factory TAO_AV_Flow_Protocol_Factory factory  ) 
 

set the factory pointer's valus.

Definition at line 51 of file Transport.i.

00052 {
00053   this->factory_ = factory;
00054 }

ACE_INLINE TAO_AV_Flow_Protocol_Factory * TAO_AV_Flow_Protocol_Item::factory void   ) 
 

return a pointer to the Flow_Protocol factory.

Definition at line 44 of file Transport.i.

Referenced by TAO_AV_Core::load_default_flow_protocol_factories().

00045 {
00046   return this->factory_;
00047 }

ACE_INLINE const ACE_CString & TAO_AV_Flow_Protocol_Item::name void   ) 
 

return a reference to the character representation of the Flow_Protocol factories name.

Definition at line 37 of file Transport.i.

00038 {
00039   return this->name_;
00040 }


Member Data Documentation

TAO_AV_Flow_Protocol_Factory* TAO_AV_Flow_Protocol_Item::factory_ [private]
 

pointer to factory object.

Definition at line 102 of file Transport.h.

ACE_CString TAO_AV_Flow_Protocol_Item::name_ [private]
 

Flow_Protocol factory name.

Definition at line 99 of file Transport.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:47:11 2006 for TAO_AV by doxygen 1.3.6