#include <EC_ObserverStrategy.h>
Inheritance diagram for TAO_EC_ObserverStrategy:
Public Member Functions | |
virtual | ~TAO_EC_ObserverStrategy (void) |
Destructor. | |
virtual RtecEventChannelAdmin::Observer_Handle | append_observer (RtecEventChannelAdmin::Observer_ptr)=0 throw ( CORBA::SystemException, RtecEventChannelAdmin::EventChannel::SYNCHRONIZATION_ERROR, RtecEventChannelAdmin::EventChannel::CANT_APPEND_OBSERVER) |
The basic methods to support the EC strategies. | |
virtual void | remove_observer (RtecEventChannelAdmin::Observer_Handle)=0 throw ( CORBA::SystemException, RtecEventChannelAdmin::EventChannel::SYNCHRONIZATION_ERROR, RtecEventChannelAdmin::EventChannel::CANT_REMOVE_OBSERVER) |
virtual void | connected (TAO_EC_ProxyPushConsumer *)=0 |
virtual void | disconnected (TAO_EC_ProxyPushConsumer *)=0 |
virtual void | connected (TAO_EC_ProxyPushSupplier *)=0 |
virtual void | disconnected (TAO_EC_ProxyPushSupplier *)=0 |
The Event Channel supports Observers for the set of subscriptions and publications. This is used to implement federations of event channels, either through UDP (multicast and unicast) and/or regular CORBA calls. This behavior of the EC is strategized to avoid overhead when no gateways are needed.
Definition at line 59 of file EC_ObserverStrategy.h.
|
Destructor.
Definition at line 20 of file EC_ObserverStrategy.cpp.
00021 { 00022 } |
|
The basic methods to support the EC strategies.
Implemented in TAO_EC_Null_ObserverStrategy, and TAO_EC_Basic_ObserverStrategy. |
|
Used by the EC to inform the ObserverStrategy that a Supplier has connected or disconnected from it. Implemented in TAO_EC_Null_ObserverStrategy, and TAO_EC_Basic_ObserverStrategy. |
|
Used by the EC to inform the ObserverStrategy that a Consumer has connected or disconnected from it. Implemented in TAO_EC_Null_ObserverStrategy, and TAO_EC_Basic_ObserverStrategy. Referenced by TAO_EC_Event_Channel_Base::connected(), and TAO_EC_Event_Channel_Base::reconnected(). |
|
Implemented in TAO_EC_Null_ObserverStrategy, and TAO_EC_Basic_ObserverStrategy. |
|
Implemented in TAO_EC_Null_ObserverStrategy, and TAO_EC_Basic_ObserverStrategy. Referenced by TAO_EC_Event_Channel_Base::disconnected(). |
|
Implemented in TAO_EC_Null_ObserverStrategy, and TAO_EC_Basic_ObserverStrategy. |