TAO_AV_Acceptor Class Reference

#include <Transport.h>

Inheritance diagram for TAO_AV_Acceptor:

Inheritance graph
[legend]
Collaboration diagram for TAO_AV_Acceptor:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_AV_Acceptor (void)
virtual ~TAO_AV_Acceptor (void)
virtual int open (TAO_Base_StreamEndPoint *endpoint, TAO_AV_Core *av_core, TAO_FlowSpec_Entry *entry, TAO_AV_Flow_Protocol_Factory *factory, TAO_AV_Core::Flow_Component flow_comp)=0
virtual int open_default (TAO_Base_StreamEndPoint *endpoint, TAO_AV_Core *av_core, TAO_FlowSpec_Entry *entry, TAO_AV_Flow_Protocol_Factory *factory, TAO_AV_Core::Flow_Component flow_comp)=0
const char * flowname ()
virtual int close (void)=0

Protected Attributes

ACE_CString flowname_
TAO_AV_Coreav_core_
ACE_Addraddress_

Detailed Description

Definition at line 216 of file Transport.h.


Constructor & Destructor Documentation

TAO_AV_Acceptor::TAO_AV_Acceptor ( void   ) 

Definition at line 641 of file Transport.cpp.

00642 {
00643 }

TAO_AV_Acceptor::~TAO_AV_Acceptor ( void   )  [virtual]

Definition at line 645 of file Transport.cpp.

00646 {
00647 }


Member Function Documentation

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

Implemented in TAO_AV_TCP_Acceptor, and TAO_AV_UDP_Acceptor.

ACE_INLINE const char * TAO_AV_Acceptor::flowname (  ) 

Definition at line 96 of file Transport.inl.

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

00097 {
00098   return this->flowname_.c_str ();
00099 }

virtual int TAO_AV_Acceptor::open ( TAO_Base_StreamEndPoint endpoint,
TAO_AV_Core av_core,
TAO_FlowSpec_Entry entry,
TAO_AV_Flow_Protocol_Factory factory,
TAO_AV_Core::Flow_Component  flow_comp 
) [pure virtual]

Implemented in TAO_AV_TCP_Acceptor, and TAO_AV_UDP_Acceptor.

Referenced by TAO_AV_Acceptor_Registry::open().

virtual int TAO_AV_Acceptor::open_default ( TAO_Base_StreamEndPoint endpoint,
TAO_AV_Core av_core,
TAO_FlowSpec_Entry entry,
TAO_AV_Flow_Protocol_Factory factory,
TAO_AV_Core::Flow_Component  flow_comp 
) [pure virtual]

Implemented in TAO_AV_TCP_Acceptor, and TAO_AV_UDP_Acceptor.

Referenced by TAO_AV_Acceptor_Registry::open_default().


Member Data Documentation

ACE_Addr* TAO_AV_Acceptor::address_ [protected]

Reimplemented in TAO_AV_UDP_Acceptor.

Definition at line 238 of file Transport.h.

TAO_AV_Core* TAO_AV_Acceptor::av_core_ [protected]

Definition at line 237 of file Transport.h.

Referenced by TAO_AV_UDP_Acceptor::activate_svc_handler(), TAO_AV_UDP_Acceptor::open(), TAO_AV_TCP_Acceptor::open(), TAO_AV_UDP_Acceptor::open_default(), and TAO_AV_TCP_Acceptor::open_default().

ACE_CString TAO_AV_Acceptor::flowname_ [protected]

Definition at line 236 of file Transport.h.

Referenced by flowname(), TAO_AV_UDP_Acceptor::open(), TAO_AV_TCP_Acceptor::open(), TAO_AV_UDP_Acceptor::open_default(), and TAO_AV_TCP_Acceptor::open_default().


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