#include <Server_Strategy_Factory.h>
Public Member Functions | |
Active_Object_Map_Creation_Parameters (void) | |
Constructor. | |
Public Attributes | |
CORBA::ULong | active_object_map_size_ |
Default size of object lookup table. | |
TAO_Demux_Strategy | object_lookup_strategy_for_user_id_policy_ |
TAO_Demux_Strategy | object_lookup_strategy_for_system_id_policy_ |
TAO_Demux_Strategy | reverse_object_lookup_strategy_for_unique_id_policy_ |
int | use_active_hint_in_ids_ |
int | allow_reactivation_of_system_ids_ |
CORBA::ULong | poa_map_size_ |
TAO_Demux_Strategy | poa_lookup_strategy_for_transient_id_policy_ |
TAO_Demux_Strategy | poa_lookup_strategy_for_persistent_id_policy_ |
int | use_active_hint_in_poa_names_ |
Definition at line 51 of file Server_Strategy_Factory.h.
TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::Active_Object_Map_Creation_Parameters | ( | void | ) |
Constructor.
Definition at line 64 of file Server_Strategy_Factory.cpp.
: active_object_map_size_ (TAO_DEFAULT_SERVER_ACTIVE_OBJECT_MAP_SIZE), object_lookup_strategy_for_user_id_policy_ (TAO_DYNAMIC_HASH), object_lookup_strategy_for_system_id_policy_ (TAO_ACTIVE_DEMUX), reverse_object_lookup_strategy_for_unique_id_policy_ (TAO_DYNAMIC_HASH), use_active_hint_in_ids_ (1), allow_reactivation_of_system_ids_ (1), poa_map_size_ (TAO_DEFAULT_SERVER_POA_MAP_SIZE), poa_lookup_strategy_for_transient_id_policy_ (TAO_ACTIVE_DEMUX), poa_lookup_strategy_for_persistent_id_policy_ (TAO_DYNAMIC_HASH), use_active_hint_in_poa_names_ (1) { }
CORBA::ULong TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::active_object_map_size_ |
Default size of object lookup table.
Definition at line 57 of file Server_Strategy_Factory.h.
Flag to indicate whether reactivations of servants was required (under the system id policy). If not, certain resources may not be required.
Definition at line 78 of file Server_Strategy_Factory.h.
TAO_Demux_Strategy TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::object_lookup_strategy_for_system_id_policy_ |
The type of lookup/demultiplexing strategy being used for system id policy
Definition at line 65 of file Server_Strategy_Factory.h.
TAO_Demux_Strategy TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::object_lookup_strategy_for_user_id_policy_ |
The type of lookup/demultiplexing strategy being used for user id policy
Definition at line 61 of file Server_Strategy_Factory.h.
TAO_Demux_Strategy TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::poa_lookup_strategy_for_persistent_id_policy_ |
Definition at line 84 of file Server_Strategy_Factory.h.
TAO_Demux_Strategy TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::poa_lookup_strategy_for_transient_id_policy_ |
Definition at line 82 of file Server_Strategy_Factory.h.
Definition at line 80 of file Server_Strategy_Factory.h.
TAO_Demux_Strategy TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::reverse_object_lookup_strategy_for_unique_id_policy_ |
The type of reverse lookup/demultiplexing strategy being used for the UNIQUE_ID policy
Definition at line 69 of file Server_Strategy_Factory.h.
Flag to indicate whether the active hint should be used with the IOR.
Definition at line 73 of file Server_Strategy_Factory.h.
int TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::use_active_hint_in_poa_names_ |
Definition at line 86 of file Server_Strategy_Factory.h.