TAO_RTEvent 4.0.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TAO_EC_SupplierControl Class Reference

SupplierControl. More...

#include <EC_SupplierControl.h>

Inheritance diagram for TAO_EC_SupplierControl:
Inheritance graph
[legend]

Public Member Functions

 TAO_EC_SupplierControl ()
 Constructor.
 
virtual ~TAO_EC_SupplierControl ()
 Destructor.
 
virtual int activate ()
 
virtual int shutdown ()
 
virtual void supplier_not_exist (TAO_EC_ProxyPushConsumer *proxy)
 
virtual void system_exception (TAO_EC_ProxyPushConsumer *proxy, CORBA::SystemException &)
 

Detailed Description

SupplierControl.

Defines the interface for the supplier control strategy. This strategy handles misbehaving or failing suppliers.

Constructor & Destructor Documentation

◆ TAO_EC_SupplierControl()

TAO_EC_SupplierControl::TAO_EC_SupplierControl ( )

Constructor.

◆ ~TAO_EC_SupplierControl()

TAO_EC_SupplierControl::~TAO_EC_SupplierControl ( )
virtual

Destructor.

Member Function Documentation

◆ activate()

int TAO_EC_SupplierControl::activate ( )
virtual

Activate any internal threads or timers used to poll the state of the suppliers

Reimplemented in TAO_EC_Reactive_SupplierControl.

◆ shutdown()

int TAO_EC_SupplierControl::shutdown ( )
virtual

◆ supplier_not_exist()

void TAO_EC_SupplierControl::supplier_not_exist ( TAO_EC_ProxyPushConsumer * proxy)
virtual

Invoked by helper classes when they detect that a supplier does not exists (i.e. _non_existent() returns true and/or the CORBA::OBJECT_NOT_EXIST exception has been raised).

Reimplemented in TAO_EC_Reactive_SupplierControl.

◆ system_exception()

void TAO_EC_SupplierControl::system_exception ( TAO_EC_ProxyPushConsumer * proxy,
CORBA::SystemException &  )
virtual

Some system exception was raised while trying to contact the supplier

Reimplemented in TAO_EC_Reactive_SupplierControl.


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