TAO_AV_Connector Class Reference

#include <Transport.h>

Inheritance diagram for TAO_AV_Connector:

Inheritance graph
[legend]
Collaboration diagram for TAO_AV_Connector:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_AV_Connector (void)
virtual ~TAO_AV_Connector (void)
const char * flowname (void)
virtual int open (TAO_Base_StreamEndPoint *endpoint, TAO_AV_Core *av_core, TAO_AV_Flow_Protocol_Factory *factory)=0
virtual int connect (TAO_FlowSpec_Entry *entry, TAO_AV_Transport *&transport, TAO_AV_Core::Flow_Component flow_component)=0
virtual int close (void)=0

Protected Attributes

ACE_CString flowname_

Detailed Description

Definition at line 245 of file Transport.h.


Constructor & Destructor Documentation

TAO_AV_Connector::TAO_AV_Connector ( void   ) 

Definition at line 632 of file Transport.cpp.

00633 {
00634 }

TAO_AV_Connector::~TAO_AV_Connector ( void   )  [virtual]

Definition at line 636 of file Transport.cpp.

00637 {
00638 }


Member Function Documentation

virtual int TAO_AV_Connector::close ( void   )  [pure virtual]

Implemented in TAO_AV_TCP_Connector, and TAO_AV_UDP_Connector.

virtual int TAO_AV_Connector::connect ( TAO_FlowSpec_Entry entry,
TAO_AV_Transport *&  transport,
TAO_AV_Core::Flow_Component  flow_component 
) [pure virtual]

Implemented in TAO_AV_TCP_Connector, and TAO_AV_UDP_Connector.

Referenced by TAO_AV_Connector_Registry::open().

ACE_INLINE const char * TAO_AV_Connector::flowname ( void   ) 

Definition at line 106 of file Transport.inl.

References ACE_String_Base< CHAR >::c_str(), and flowname_.

00107 {
00108   return this->flowname_.c_str ();
00109 }

virtual int TAO_AV_Connector::open ( TAO_Base_StreamEndPoint endpoint,
TAO_AV_Core av_core,
TAO_AV_Flow_Protocol_Factory factory 
) [pure virtual]

Implemented in TAO_AV_TCP_Connector, and TAO_AV_UDP_Connector.

Referenced by TAO_AV_Connector_Registry::open().


Member Data Documentation

ACE_CString TAO_AV_Connector::flowname_ [protected]

Definition at line 262 of file Transport.h.

Referenced by TAO_AV_UDP_Connector::connect(), TAO_AV_TCP_Connector::connect(), and flowname().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:48:00 2010 for TAO_AV by  doxygen 1.4.7