TAO_RTEvent
2.0.8
|
#include <EC_Dispatching_Task.h>
Public Member Functions | |
TAO_EC_Simple_Queue_Full_Action () | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
virtual int | fini (void) |
virtual int | queue_full_action (TAO_EC_Dispatching_Task *task, TAO_EC_ProxyPushSupplier *proxy, RtecEventComm::PushConsumer_ptr consumer, RtecEventComm::EventSet &event) |
Static Public Member Functions | |
static int | init_svcs (void) |
Helper function to register the default action into the service configurator. | |
Protected Attributes | |
int | queue_full_action_return_value_ |
TAO_EC_Simple_Queue_Full_Action::TAO_EC_Simple_Queue_Full_Action | ( | void | ) |
int TAO_EC_Simple_Queue_Full_Action::fini | ( | void | ) | [virtual] |
Reimplemented from ACE_Shared_Object.
int TAO_EC_Simple_Queue_Full_Action::init | ( | int | argc, |
ACE_TCHAR * | argv[] | ||
) | [virtual] |
Reimplemented from ACE_Shared_Object.
int TAO_EC_Simple_Queue_Full_Action::init_svcs | ( | void | ) | [static] |
Helper function to register the default action into the service configurator.
int TAO_EC_Simple_Queue_Full_Action::queue_full_action | ( | TAO_EC_Dispatching_Task * | task, |
TAO_EC_ProxyPushSupplier * | proxy, | ||
RtecEventComm::PushConsumer_ptr | consumer, | ||
RtecEventComm::EventSet & | event | ||
) | [virtual] |
Implements TAO_EC_Queue_Full_Service_Object.
int TAO_EC_Simple_Queue_Full_Action::queue_full_action_return_value_ [protected] |