#include "ace/Basic_Types.h"
#include "ace/Global_Macros.h"
#include "ace/Synch_Traits.h"
Include dependency graph for orbconf.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Build configuration file.
Chris Cleeland
Douglas C. Schmidt
Definition in file orbconf.h.
|
|
|
|
|
|
|
Definition at line 181 of file orbconf.h. Referenced by TAO_Resource_Factory::cache_maximum(), and TAO_Default_Resource_Factory::TAO_Default_Resource_Factory(). |
|
|
|
Definition at line 170 of file orbconf.h. Referenced by TAO_Default_Resource_Factory::TAO_Default_Resource_Factory(). |
|
|
|
By default we use multicast lookup.
Definition at line 831 of file orbconf.h. Referenced by TAO_ORB_Parameters::TAO_ORB_Parameters(). |
|
Definition at line 815 of file orbconf.h. Referenced by TAO_MCAST_Parser::multicast_query(), and TAO_MCAST_Parser::multicast_to_service(). |
|
Definition at line 273 of file orbconf.h. Referenced by TAO_ORB_Core::init(), and TAO_Default_Thread_Lane_Resources_Manager::open_default_resources(). |
|
|
|
|
|
Definition at line 140 of file orbconf.h. Referenced by TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::Active_Object_Map_Creation_Parameters(). |
|
Definition at line 146 of file orbconf.h. Referenced by TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters::Active_Object_Map_Creation_Parameters(). |
|
|
|
Definition at line 152 of file orbconf.h. Referenced by TAO_MCAST_Parser::multicast_query(). |
|
Definition at line 821 of file orbconf.h. Referenced by TAO_ORB_Core::init(). |
|
|
|
|
|
|
|
|
Definition at line 602 of file orbconf.h. Referenced by TAO_ORB_Core::TAO_ORB_Core(). |
|
|
|
Definition at line 402 of file orbconf.h. Referenced by TAO_ORB_Core::TAO_ORB_Core(), TAO_Stub::TAO_Stub(), and TAO_TSS_Resources::TAO_TSS_Resources(). |
|
|
|
|
|
|
|
Default DIOP settings.
|
|
|
|
|
|
|
|
|
|
Default IIOP settings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 693 of file orbconf.h. Referenced by TAO_Transport::TAO_Transport(). |
|
|
|
|
|
Default SCIOP Settings SCIOP is disabled by default (i.e. TAO_HAS_SCIOP is undef) to enable SCIOP, make with sctp=openss7 option on command line. See $ACE_ROOT/performance-tests/SCTP/README for more info. |
|
Definition at line 34 of file orbconf.h. Referenced by TAO_IIOP_Acceptor::create_profile(), and TAO_IIOP_Profile::decode_endpoints(). |
|
Definition at line 166 of file orbconf.h. Referenced by TAO_Transport::handle_input_parse_data(). |
|
Definition at line 797 of file orbconf.h. Referenced by TAO_IIOP_Acceptor::parse_address(), and TAO_IIOP_Profile::parse_string_i(). |
|
Definition at line 800 of file orbconf.h. Referenced by TAO_IIOP_Acceptor::parse_address(), and TAO_IIOP_Profile::parse_string_i(). |
|
|
|
|
|
|
|
|
|
|
|
Value: (static_cast<TAO_Policy_Scope> ( \ TAO_POLICY_OBJECT_SCOPE | \ TAO_POLICY_THREAD_SCOPE | \ TAO_POLICY_ORB_SCOPE | \ TAO_POLICY_POA_SCOPE)) Definition at line 774 of file orbconf.h. Referenced by CORBA::Policy::_tao_scope(). |
|
Definition at line 174 of file orbconf.h. Referenced by TAO_Default_Resource_Factory::TAO_Default_Resource_Factory(). |
|
|
|
Definition at line 705 of file orbconf.h. Referenced by TAO_Policy_Set::set_policy_overrides(). |
|
|
|
Definition at line 58 of file orbconf.h. Referenced by TAO_Condition< MUTEX >::TAO_Condition(). |
|
|
|
|
|
|
|
By default we dont use lazy strategy.
|
|
Definition at line 840 of file orbconf.h. Referenced by TAO_Default_Resource_Factory::TAO_Default_Resource_Factory(), and TAO_ORB_Core::TAO_ORB_Core(). |
|
By default we use Muxed Transports.
|
|
Definition at line 844 of file orbconf.h. Referenced by TAO_Default_Resource_Factory::TAO_Default_Resource_Factory(). |
|
Policies that are accessed on the critical path and need to be incur minimal retrieval overhead.
Definition at line 709 of file orbconf.h. Referenced by TAO_Policy_Set::copy_from(), TAO_Policy_Set::set_policy(), and TAO_Policy_Set::TAO_Policy_Set().
00709 { 00710 TAO_CACHED_POLICY_UNCACHED = -1, 00711 TAO_CACHED_POLICY_PRIORITY_MODEL = 0, 00712 TAO_CACHED_POLICY_THREADPOOL, 00713 TAO_CACHED_POLICY_RT_SERVER_PROTOCOL, 00714 TAO_CACHED_POLICY_RT_CLIENT_PROTOCOL, 00715 TAO_CACHED_POLICY_RT_PRIVATE_CONNECTION, 00716 TAO_CACHED_POLICY_RT_PRIORITY_BANDED_CONNECTION, 00717 00718 TAO_CACHED_POLICY_LIFESPAN, 00719 TAO_CACHED_POLICY_ID_UNIQUENESS, 00720 TAO_CACHED_POLICY_ID_ASSIGNMENT, 00721 00722 #if (TAO_HAS_MINIMUM_POA == 0) 00723 TAO_CACHED_POLICY_THREAD, 00724 TAO_CACHED_POLICY_IMPLICIT_ACTIVATION, 00725 TAO_CACHED_POLICY_SERVANT_RETENTION, 00726 TAO_CACHED_POLICY_REQUEST_PROCESSING, 00727 #endif /* TAO_HAS_MINIMUM_POA == 0 */ 00728 00729 #if (TAO_HAS_SYNC_SCOPE_POLICY == 1) 00730 TAO_CACHED_POLICY_SYNC_SCOPE, 00731 #endif /* TAO_HAS_SYNC_SCOPE_POLICY == 1 */ 00732 00733 #if (TAO_HAS_RELATIVE_ROUNDTRIP_TIMEOUT_POLICY == 1) 00734 TAO_CACHED_POLICY_RELATIVE_ROUNDTRIP_TIMEOUT, 00735 #endif /* TAO_HAS_RELATIVE_ROUNDTRIP_TIMEOUT_POLICY == 1 */ 00736 00737 #if (TAO_HAS_BUFFERING_CONSTRAINT_POLICY == 1) 00738 TAO_CACHED_POLICY_BUFFERING_CONSTRAINT, 00739 #endif /* TAO_HAS_BUFFERING_CONSTRAINT_POLICY == 1 */ 00740 00741 #if (TAO_HAS_CONNECTION_TIMEOUT_POLICY == 1) 00742 TAO_CACHED_POLICY_CONNECTION_TIMEOUT, 00743 #endif /* TAO_HAS_CONNECTION_TIMEOUT_POLICY == 1 */ 00744 00745 TAO_CACHED_POLICY_BIDIRECTIONAL_GIOP, 00746 00747 TAO_CACHED_POLICY_SERVER_NETWORK_PRIORITY, 00748 00749 TAO_CACHED_POLICY_CLIENT_NETWORK_PRIORITY, 00750 00751 TAO_CACHED_POLICY_NETWORK_PRIORITY, 00752 00753 TAO_CACHED_POLICY_ENDPOINT, 00754 00755 /// NOTE: The "TAO_CACHED_POLICY_MAX_CACHED" should always be the last. 00756 /// This value is used as the cached_policies_ array size in TAO_Policy_Set, 00757 /// Any policy type defined after "TAO_CACHED_POLICY_MAX_CACHED" will cause 00758 /// the policy access beyond bound problem. 00759 TAO_CACHED_POLICY_MAX_CACHED 00760 }; 00761 |
|
Definition at line 765 of file orbconf.h.
00765 { 00766 TAO_POLICY_OBJECT_SCOPE = 0x01, 00767 TAO_POLICY_THREAD_SCOPE = 0x02, 00768 TAO_POLICY_ORB_SCOPE = 0x04, 00769 TAO_POLICY_POA_SCOPE = 0x08, 00770 TAO_POLICY_CLIENT_EXPOSED = 0x10 00771 }; 00772 |
|
|
|
Definition at line 120 of file orbconf.h. Referenced by TAO_Object_Ref_Table::TAO_Object_Ref_Table(), and TAO_ORB_Core::TAO_ORB_Core(). |
|
Definition at line 92 of file orbconf.h. Referenced by TAO::ORB_Table::ORB_Table(). |
|
|
|
|
|
Definition at line 104 of file orbconf.h. Referenced by TAO_Default_Client_Strategy_Factory::TAO_Default_Client_Strategy_Factory(). |