TAO_RTEvent 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
TAO_EC_Gateway Class Referenceabstract

Event Channel Gateway. More...

#include <EC_Gateway.h>

Inheritance diagram for TAO_EC_Gateway:
Inheritance graph
[legend]
Collaboration diagram for TAO_EC_Gateway:
Collaboration graph
[legend]

Public Member Functions

 TAO_EC_Gateway ()
 Default constructor.
 
virtual ~TAO_EC_Gateway ()
 Destructor.
 
virtual void close ()=0
 
void observer_handle (RtecEventChannelAdmin::Observer_Handle h)
 Obtain and modify the observer handle.
 
RtecEventChannelAdmin::Observer_Handle observer_handle () const
 

Private Attributes

RtecEventChannelAdmin::Observer_Handle handle_
 

Detailed Description

Event Channel Gateway.

There are several ways to connect several EC together, for instance:

Constructor & Destructor Documentation

◆ TAO_EC_Gateway()

TAO_EC_Gateway::TAO_EC_Gateway ( )

Default constructor.

◆ ~TAO_EC_Gateway()

TAO_EC_Gateway::~TAO_EC_Gateway ( )
virtual

Destructor.

Member Function Documentation

◆ close()

virtual void TAO_EC_Gateway::close ( )
pure virtual

The gateway must disconnect from all the relevant event channels, or any other communication media (such as multicast groups).

Implemented in TAO_EC_Gateway_IIOP.

◆ observer_handle() [1/2]

RtecEventChannelAdmin::Observer_Handle TAO_EC_Gateway::observer_handle ( ) const

◆ observer_handle() [2/2]

void TAO_EC_Gateway::observer_handle ( RtecEventChannelAdmin::Observer_Handle h)

Obtain and modify the observer handle.

Member Data Documentation

◆ handle_

RtecEventChannelAdmin::Observer_Handle TAO_EC_Gateway::handle_
private

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