|
TAO_RTEvent 4.0.0
|
Event Channel Gateway. More...
#include <EC_Gateway.h>


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_ |
Event Channel Gateway.
There are several ways to connect several EC together, for instance:
| TAO_EC_Gateway::TAO_EC_Gateway | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
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.
| RtecEventChannelAdmin::Observer_Handle TAO_EC_Gateway::observer_handle | ( | ) | const |
| void TAO_EC_Gateway::observer_handle | ( | RtecEventChannelAdmin::Observer_Handle | h | ) |
Obtain and modify the observer handle.
|
private |