ACE_RMCast  6.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
ACE_RMCast::Link Class Reference

#include <Link.h>

Inheritance diagram for ACE_RMCast::Link:
Inheritance graph
Collaboration diagram for ACE_RMCast::Link:
Collaboration graph

Public Member Functions

 ~Link ()
 
 Link (Address const &addr, Parameters const &params)
 
virtual void in_start (In_Element *in)
 
virtual void out_start (Out_Element *out)
 
virtual void in_stop ()
 
virtual void send (Message_ptr m)
 

Private Member Functions

virtual void send_ (Message_ptr m)
 
void recv ()
 
virtual void recv (Message_ptr)
 

Static Private Member Functions

static ACE_THR_FUNC_RETURN recv_thunk (void *obj)
 

Private Attributes

Parameters const & params_
 
Address addr_
 
Address self_
 
ACE_SOCK_Dgram_Mcast rsock_
 
ACE_SOCK_Dgram ssock_
 
bool stop_
 
ACE_Thread_Manager recv_mgr_
 
Message_ptr hold_
 
Mutex mutex_
 

Additional Inherited Members

- Protected Attributes inherited from ACE_RMCast::In_Element
In_Elementin_
 
- Protected Attributes inherited from ACE_RMCast::Out_Element
Out_Elementout_
 

Constructor & Destructor Documentation

ACE_RMCast::Link::~Link ( )
ACE_RMCast::Link::Link ( Address const &  addr,
Parameters const &  params 
)

Member Function Documentation

void ACE_RMCast::Link::in_start ( In_Element in)
virtual

Reimplemented from ACE_RMCast::In_Element.

void ACE_RMCast::Link::in_stop ( )
virtual

Reimplemented from ACE_RMCast::In_Element.

void ACE_RMCast::Link::out_start ( Out_Element out)
virtual

Reimplemented from ACE_RMCast::Out_Element.

void ACE_RMCast::Link::recv ( )
private
void ACE_RMCast::Link::recv ( Message_ptr  )
privatevirtual

Reimplemented from ACE_RMCast::In_Element.

ACE_THR_FUNC_RETURN ACE_RMCast::Link::recv_thunk ( void *  obj)
staticprivate
void ACE_RMCast::Link::send ( Message_ptr  m)
virtual

Reimplemented from ACE_RMCast::Out_Element.

void ACE_RMCast::Link::send_ ( Message_ptr  m)
privatevirtual

Member Data Documentation

Address ACE_RMCast::Link::addr_
private
Message_ptr ACE_RMCast::Link::hold_
private
Mutex ACE_RMCast::Link::mutex_
private
Parameters const& ACE_RMCast::Link::params_
private
ACE_Thread_Manager ACE_RMCast::Link::recv_mgr_
private
ACE_SOCK_Dgram_Mcast ACE_RMCast::Link::rsock_
private
Address ACE_RMCast::Link::self_
private
ACE_SOCK_Dgram ACE_RMCast::Link::ssock_
private
bool ACE_RMCast::Link::stop_
private

The documentation for this class was generated from the following files: