#include <EC_ObserverStrategy.h>
Inheritance diagram for TAO_EC_Null_ObserverStrategy
Public Methods | |
TAO_EC_Null_ObserverStrategy (void) | |
Constructor. | |
virtual RtecEventChannelAdmin::Observer_Handle | append_observer (RtecEventChannelAdmin::Observer_ptr, CORBA::Environment &env) 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, CORBA::Environment &env) throw ( CORBA::SystemException, RtecEventChannelAdmin::EventChannel::SYNCHRONIZATION_ERROR, RtecEventChannelAdmin::EventChannel::CANT_REMOVE_OBSERVER) |
virtual void | connected (TAO_EC_ProxyPushConsumer*, CORBA::Environment&) |
Used by the EC to inform the ObserverStrategy that a Consumer has connected or disconnected from it. | |
virtual void | disconnected (TAO_EC_ProxyPushConsumer*, CORBA::Environment&) |
virtual void | connected (TAO_EC_ProxyPushSupplier*, CORBA::Environment&) |
Used by the EC to inform the ObserverStrategy that a Consumer has connected or disconnected from it. | |
virtual void | disconnected (TAO_EC_ProxyPushSupplier*, CORBA::Environment&) |
This class keeps no information and simply ignores the messages from the EC.
|
Constructor.
|
|
The basic methods to support the EC strategies.
Reimplemented from TAO_EC_ObserverStrategy. |
|
Used by the EC to inform the ObserverStrategy that a Consumer has connected or disconnected from it.
Reimplemented from TAO_EC_ObserverStrategy. |
|
Used by the EC to inform the ObserverStrategy that a Consumer has connected or disconnected from it.
Reimplemented from TAO_EC_ObserverStrategy. |
|
Reimplemented from TAO_EC_ObserverStrategy. |
|
Reimplemented from TAO_EC_ObserverStrategy. |
|
Reimplemented from TAO_EC_ObserverStrategy. |