TAO_Strategies
2.2.8
|
TAO's default resource factory. More...
#include <advanced_resource.h>
Public Types | |
enum | Allocator_Lock_Type { TAO_ALLOCATOR_NULL_LOCK, TAO_ALLOCATOR_THREAD_LOCK } |
Type of lock used for the allocators. More... | |
enum | { TAO_REACTOR_SELECT_MT = 1, TAO_REACTOR_SELECT_ST = 2, TAO_REACTOR_WFMO = 3, TAO_REACTOR_MSGWFMO = 4, TAO_REACTOR_TP = 5, TAO_REACTOR_DEV_POLL = 6 } |
Type of Reactor. More... | |
enum | { TAO_THREAD_QUEUE_NOT_SET, TAO_THREAD_QUEUE_FIFO, TAO_THREAD_QUEUE_LIFO } |
Thread queueing Strategy. More... | |
![]() | |
enum | Purging_Strategy |
enum | Resource_Usage |
Protected Member Functions | |
virtual ACE_Reactor_Impl * | allocate_reactor_impl (void) const |
Obtain the reactor implementation. More... | |
void | report_option_value_error (const ACE_TCHAR *option_name, const ACE_TCHAR *option_value) |
void | report_unsupported_error (const ACE_TCHAR *option_name) |
virtual int | load_default_protocols (void) |
![]() | |
TAO_Time_Policy_Manager * | time_policy_manager (void) const |
ACE_Timer_Queue * | create_timer_queue (void) const |
void | destroy_timer_queue (ACE_Timer_Queue *tmq) const |
int | add_to_ior_parser_names (const char *) |
void | report_option_value_error (const ACE_TCHAR *option_name, const ACE_TCHAR *option_value) |
Additional Inherited Members | |
![]() | |
enum | Output_CDR_Allocator_Type |
TAO's default resource factory.
Using a <{resource source specifier}> as a discriminator, the factory can return resource instances which are, e.g., global, stored in thread-specific storage, stored in shared memory, etc.
anonymous enum |
Type of Reactor.
Enumerator | |
---|---|
TAO_REACTOR_SELECT_MT |
Use ACE_Token. |
TAO_REACTOR_SELECT_ST |
Use ACE_Noop_Token. |
TAO_REACTOR_WFMO | |
TAO_REACTOR_MSGWFMO | |
TAO_REACTOR_TP | |
TAO_REACTOR_DEV_POLL |
anonymous enum |
TAO_Advanced_Resource_Factory::TAO_Advanced_Resource_Factory | ( | void | ) |
Constructor.
|
virtual |
Destructor.
|
protectedvirtual |
Obtain the reactor implementation.
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Dynamic linking hook.
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
virtual |
Reimplemented from TAO_Default_Resource_Factory.
|
protectedvirtual |
Reimplemented from TAO_Default_Resource_Factory.
|
protected |
|
protected |
|
protected |
Type of lock used by AMH response handler allocator.
|
protected |
Type of lock used by AMI response handler allocator.
|
protected |
The type of CDR allocators.
|
protected |
List of loaded protocol factories.
|
protected |
The type of reactor registry.
|
protected |
Flag indicating which kind of reactor we should use.
|
protected |
The type of queueing strategy to use for multi-threaded select reactors, TAO_REACTOR_SELECT_MT and TAO_REACTOR_TP.