TAO
2.0.8
|
#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_ |
TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::Active_Object_Map_Creation_Parameters | ( | void | ) |
Constructor.
CORBA::ULong TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::active_object_map_size_ |
Default size of object lookup table.
Flag to indicate whether reactivations of servants was required (under the system id policy). If not, certain resources may not be required.
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
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
TAO_Demux_Strategy TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::poa_lookup_strategy_for_persistent_id_policy_ |
TAO_Demux_Strategy TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::poa_lookup_strategy_for_transient_id_policy_ |
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
Flag to indicate whether the active hint should be used with the IOR.
int TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::use_active_hint_in_poa_names_ |