#include <EC_Reactive_ConsumerControl.h>
Inheritance diagram for TAO_EC_Reactive_ConsumerControl:
Defines the interface for the consumer control strategy. This strategy handles misbehaving or failing consumers.
|
Constructor. It does not assume ownership of the event_channel parameter. |
|
Destructor.
|
|
Activate any internal threads or timers used to poll the state of the consumers Reimplemented from TAO_EC_ConsumerControl. |
|
When pushing an event to the consumer a CORBA::OBJECT_NOT_EXIST exception was raised. The only interpretation is that the object has been destroyed. The strategy has to (at the very least), reclaim all the resources attached to that object. Reimplemented from TAO_EC_ConsumerControl. |
|
Receive the timeout from the adapter.
|
|
Check if the consumers still exists. It is a helper method for handle_timeout() to isolate the exceptions. |
|
Reimplemented from TAO_EC_ConsumerControl. |
|
Some system exception was raised while trying to contact the consumer Reimplemented from TAO_EC_ConsumerControl. |
|
The Adapter for the reactor events.
|
|
The event channel.
|
|
The ORB.
|
|
To control the timeout policy in the thread.
|
|
Precomputed policy list to the set timeout.
|
|
The polling rate.
|
|
The ORB reactor.
|
|
The polling timeout.
|
|
The timer id.
|