TAO_CEC_Reactive_Dispatching Class Reference

Dispatch using the caller thread. More...

#include <CEC_Dispatching.h>

Inheritance diagram for TAO_CEC_Reactive_Dispatching:

Inheritance graph
[legend]
Collaboration diagram for TAO_CEC_Reactive_Dispatching:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_CEC_Reactive_Dispatching (void)
virtual void activate (void)
virtual void shutdown (void)
virtual void push (TAO_CEC_ProxyPushSupplier *proxy, const CORBA::Any &event ACE_ENV_ARG_DECL_WITH_DEFAULTS)
 The consumer represented by should receive .

virtual void push_nocopy (TAO_CEC_ProxyPushSupplier *proxy, CORBA::Any &event ACE_ENV_ARG_DECL_WITH_DEFAULTS)

Detailed Description

Dispatch using the caller thread.

The events are dispatched in FIFO ordering, using the invoking thread to push the event to the consumer.

Definition at line 89 of file CEC_Dispatching.h.


Constructor & Destructor Documentation

TAO_CEC_Reactive_Dispatching::TAO_CEC_Reactive_Dispatching void   ) 
 

The scheduler is used to find the range of priorities and similar info.

Definition at line 16 of file CEC_Dispatching.cpp.

00017 {
00018 }


Member Function Documentation

void TAO_CEC_Reactive_Dispatching::activate void   )  [virtual]
 

Initialize all the data structures, activate any internal threads, etc.

Implements TAO_CEC_Dispatching.

Definition at line 21 of file CEC_Dispatching.cpp.

00022 {
00023 }

void TAO_CEC_Reactive_Dispatching::push TAO_CEC_ProxyPushSupplier proxy,
const CORBA::Any &event  ACE_ENV_ARG_DECL_WITH_DEFAULTS
[virtual]
 

The consumer represented by should receive .

Implements TAO_CEC_Dispatching.

Definition at line 31 of file CEC_Dispatching.cpp.

References ACE_ENV_ARG_PARAMETER, and TAO_CEC_ProxyPushSupplier::reactive_push_to_consumer().

00034 {
00035   proxy->reactive_push_to_consumer (event ACE_ENV_ARG_PARAMETER);
00036 }

void TAO_CEC_Reactive_Dispatching::push_nocopy TAO_CEC_ProxyPushSupplier proxy,
CORBA::Any &event  ACE_ENV_ARG_DECL_WITH_DEFAULTS
[virtual]
 

Implements TAO_CEC_Dispatching.

Definition at line 39 of file CEC_Dispatching.cpp.

References ACE_ENV_ARG_PARAMETER, and TAO_CEC_ProxyPushSupplier::reactive_push_to_consumer().

00042 {
00043   proxy->reactive_push_to_consumer (event ACE_ENV_ARG_PARAMETER);
00044 }

void TAO_CEC_Reactive_Dispatching::shutdown void   )  [virtual]
 

Deactivate any internal threads and cleanup internal data structures, it should only return once the threads have finished their jobs.

Implements TAO_CEC_Dispatching.

Definition at line 26 of file CEC_Dispatching.cpp.

00027 {
00028 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:19:47 2006 for TAO_CosEvent by doxygen 1.3.6