#include <CEC_Reactive_ConsumerControl.h>
Inheritance diagram for TAO_CEC_Reactive_ConsumerControl:
Defines the interface for the consumer control strategy. This strategy handles misbehaving or failing consumers. = MEMORY MANAGMENT = LOCKING = TODO
|
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_CEC_ConsumerControl. |
|
Invoked by helper classes when they detect that a consumer no longer exists (i.e. _non_existent() returns true and/or the CORBA::OBJECT_NOT_EXIST exception has been raised). Reimplemented from TAO_CEC_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_CEC_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_CEC_ConsumerControl. |
|
Some system exception was rasied while trying to push an event.
Reimplemented from TAO_CEC_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.
|