TAO 4.0.1
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
TAO_ORB_Core Class Reference

Encapsulates the state of an ORB. More...

#include <ORB_Core.h>

Collaboration diagram for TAO_ORB_Core:
Collaboration graph
[legend]

Public Member Functions

 TAO_ORB_Core (const char *id, ACE_Intrusive_Auto_Ptr< ACE_Service_Gestalt > g)
 Constructor.
 
TAO_ORB_Parametersorb_params ()
 Accessor for the ORB parameters.
 
CORBA::Object_ptr poa_current ()
 Accessor to the POA current.
 
TAO_Connector_Registryconnector_registry ()
 Get the connector registry.
 
TAO_Parser_Registryparser_registry ()
 Get the IOR parser registry.
 
TAO::PolicyFactory_Registry_Adapterpolicy_factory_registry ()
 
TAO::ORBInitializer_Registry_Adapterorbinitializer_registry ()
 
TAO_ZIOP_Adapterziop_adapter () const
 
void ziop_adapter (TAO_ZIOP_Adapter *adapter)
 
TAO_Service_Context_Registryservice_context_registry ()
 
TAO_ProtocolFactorySetprotocol_factories ()
 Get the protocol factories.
 
CORBA::ORB_ptr orb ()
 Get pointer to the ORB.
 
ACE_Reactorreactor ()
 Wrappers that forward the request to the concurrency strategy.
 
ACE_Thread_Managerthr_mgr ()
 Get the ACE_Thread_Manager.
 
CORBA::Object_ptr root_poa ()
 Return the RootPOA, or try to load it if not initialized already.
 
TAO_Adapter_Registryadapter_registry ()
 Get the adapter registry.
 
ORB Core Service Hooks

These methods would represent the hooks in the ORB Core. These hooks would be used to call back on the services or other features that are dynamically loaded.

CORBA::Boolean service_profile_selection (const TAO_MProfile &mprofile, TAO_Profile *&profile)
 
CORBA::Boolean object_is_nil (CORBA::Object_ptr object)
 
TAO_Service_Callbacks::Profile_Equivalence is_profile_equivalent (const TAO_Profile *this_p, const TAO_Profile *that_p)
 
CORBA::ULong hash_service (TAO_Profile *this_p, CORBA::ULong max)
 
TAO_Fault_Tolerance_Servicefault_tolerance_service ()
 Return a reference to the Fault Tolerant service object.
 
CORBA::Boolean ft_send_extended_sc ()
 
TAO::Invocation_Status service_raise_comm_failure (IOP::ServiceContextList &clist, TAO_Profile *profile)
 
TAO::Invocation_Status service_raise_transient_failure (IOP::ServiceContextList &clist, TAO_Profile *profile)
 

Friends

struct TAO_ORB_Core_Decr_Refcnt
 
CORBA::ORB_ptr CORBA::ORB_init (int &, ACE_TCHAR *argv[], const char *)
 

Collocation Strategies as configured by the user

enum  { ORB_CONTROL , TAO_COLLOCATION_THRU_POA , TAO_COLLOCATION_DIRECT , TAO_COLLOCATION_BEST }
 Set/get the collocation flags. More...
 
void optimize_collocation_objects (CORBA::Boolean opt)
 Set/get the collocation flags.
 
CORBA::Boolean optimize_collocation_objects () const
 Set/get the collocation flags.
 
void use_global_collocation (CORBA::Boolean opt)
 Set/get the collocation flags.
 
CORBA::Boolean use_global_collocation () const
 Set/get the collocation flags.
 
CORBA::ULong get_collocation_strategy () const
 Set/get the collocation flags.
 
TAO_Adapterpoa_adapter ()
 

Access to Factories

These factories are not thread-specific, and are presented here in order to have one place to get useful information. Often, the instances to which the return pointers are stored in the Service Repository.

typedef void(* Timeout_Hook) (TAO_ORB_Core *, TAO_Stub *, bool &, ACE_Time_Value &)
 Define the Timeout_Hook signature.
 
typedef void(* Sync_Scope_Hook) (TAO_ORB_Core *, TAO_Stub *, bool &, Messaging::SyncScope &)
 Define the Timeout_Hook signature.
 
TAO_Protocols_Hooksprotocols_hooks_
 Handle to the factory for protocols_hooks_..
 
TAO_Network_Priority_Protocols_Hooksnetwork_priority_protocols_hooks_
 Handle to the factory for network_priority_protocols_hooks_..
 
TAO_Resource_Factoryresource_factory ()
 Returns pointer to the resource factory.
 
TAO::GUIResource_Factorygui_resource_factory ()
 Returns pointer to the factory for creating gui resources.
 
TAO_Client_Strategy_Factoryclient_factory ()
 Returns pointer to the client factory.
 
TAO_Server_Strategy_Factoryserver_factory ()
 Returns pointer to the server factory.
 
TAO_Protocols_Hooksprotocols_hooks ()
 Returns pointer to the Protocols_Hooks.
 
TAO_Thread_Lane_Resources_Managerthread_lane_resources_manager ()
 Returns a pointer to the Thread Lane Resources Manager.
 
TAO_Collocation_Resolvercollocation_resolver ()
 Returns a pointer to the Collocation Resolver.
 
TAO_Stub_Factorystub_factory ()
 Returns a pointer to the Stub factory.
 
TAO_Endpoint_Selector_Factoryendpoint_selector_factory ()
 Returns a pointer to the endpoint selector factory.
 
TAO_Protocols_Hooksget_protocols_hooks ()
 Gets the value of TAO_ORB_Core::protocols_hooks__.
 
TAO_Network_Priority_Protocols_Hooksget_network_priority_protocols_hooks ()
 Gets the value of TAO_ORB_Core::network_priority_protocols_hooks__.
 
int is_collocated (const TAO_MProfile &mprofile)
 
ACE_Allocatoroutput_cdr_dblock_allocator ()
 
ACE_Allocatoroutput_cdr_buffer_allocator ()
 
ACE_Allocatoroutput_cdr_msgblock_allocator ()
 
ACE_Allocatorinput_cdr_dblock_allocator ()
 
ACE_Allocatorinput_cdr_buffer_allocator ()
 
ACE_Allocatorinput_cdr_msgblock_allocator ()
 
ACE_Allocatortransport_message_buffer_allocator ()
 
ACE_Data_Blockcreate_input_cdr_data_block (size_t size)
 
ACE_Locklocking_strategy ()
 Return the locking strategy used for the data blocks.
 
CORBA::Environmentdefault_environment () const
 
void default_environment (CORBA::Environment *)
 Define the Timeout_Hook signature.
 
void call_timeout_hook (TAO_Stub *stub, bool &has_timeout, ACE_Time_Value &time_value)
 Invoke the timeout hook if present.
 
void set_timeout_hook (Timeout_Hook hook)
 Define the Timeout_Hook signature.
 
void connection_timeout (TAO_Stub *stub, bool &has_timeout, ACE_Time_Value &time_value)
 Invoke the timeout hook if present.
 
void call_sync_scope_hook (TAO_Stub *stub, bool &has_synchronization, Messaging::SyncScope &scope)
 Define the Timeout_Hook signature.
 
void set_sync_scope_hook (Sync_Scope_Hook hook)
 Define the Timeout_Hook signature.
 
Messaging::SyncScope default_sync_scope ()
 Return the default sync scope configured for this ORB.
 
TAO_ORB_Core_TSS_Resourcesget_tss_resources ()
 Obtain the TSS resources of this orb.
 
void * get_tss_resource (size_t slot_id)
 Obtain the TSS resource in the given slot.
 
int set_tss_resource (size_t slot_id, void *)
 
int add_tss_cleanup_func (ACE_CLEANUP_FUNC cleanup, size_t &slot_id)
 
void tss_cleanup (ACE_Array_Base< void * > &ts_objects)
 Cleans up ts_objects using the underlying TSS cleanup function registry.
 
TAO_Leader_Followerleader_follower ()
 Get access to the leader_follower class.
 
TAO_LF_Strategylf_strategy ()
 Get access to the leader follower strategy.
 
TAO_Thread_Lane_Resourceslane_resources ()
 Get access to the thread lane resources.
 
int run (ACE_Time_Value *tv, int perform_work)
 Run the event loop.
 
void shutdown (CORBA::Boolean wait_for_completion)
 End the event loop.
 
bool has_shutdown () const
 Get the shutdown flag value.
 
void destroy ()
 Shutdown the ORB and free resources.
 
void check_shutdown ()
 Check if ORB has shutdown. If it has, throw an exception.
 
int thread_per_connection_timeout (ACE_Time_Value &timeout) const
 
TAO_Stubcreate_stub_object (TAO_MProfile &mprofile, const char *type_id, CORBA::PolicyList *policy_list)
 
TAO_Stubcreate_stub (const char *repository_id, const TAO_MProfile &profiles)
 
CORBA::Object_ptr create_object (TAO_Stub *the_stub)
 
CORBA::Long initialize_object (TAO_Stub *the_stub, CORBA::Object_ptr obj)
 
CORBA::Long reinitialize_object (TAO_Stub *stub)
 
const char * orbid () const
 Return ORBid string.
 
CORBA::Object_ptr implrepo_service ()
 Set/Get the IOR of the Implementation Repository service.
 
void implrepo_service (const CORBA::Object_ptr ir)
 Define the Timeout_Hook signature.
 
CORBA::Boolean use_implrepo ()
 Do we attempt to register with the Implementation Repository.
 
CORBA::Boolean imr_endpoints_in_ior ()
 Do we put the ImR's endpoints into persistent object references we create.
 
CORBA::Object_ptr resolve_typecodefactory ()
 Resolve the TypeCodeFactory DLL.
 
CORBA::Object_ptr resolve_poa_current ()
 Resolve POA Current.
 
CORBA::Object_ptr resolve_codecfactory ()
 Resolve the CodecFactory DLL.
 
CORBA::Object_ptr resolve_compression_manager ()
 Resolve the Compression DLL.
 
CORBA::Object_ptr resolve_dynanyfactory ()
 Resolve the Dynamic Any Factory.
 
CORBA::Object_ptr resolve_ior_manipulation ()
 Resolve the IOR Manipulation reference for this ORB.
 
TAO_ZIOP_Adapterziop_adapter_i ()
 Define the Timeout_Hook signature.
 
CORBA::Object_ptr resolve_ior_table ()
 Resolve the IOR Table reference for this ORB.
 
CORBA::Object_ptr resolve_async_ior_table ()
 Resolve the Async IOR Table reference for this ORB.
 
CORBA::Object_ptr resolve_monitor ()
 Resolve the Monitor reference for this ORB.
 
CORBA::Object_ptr resolve_rir (const char *name)
 Resolve an initial reference via the -ORBInitRef and.
 
const char * server_id () const
 
CORBA::ORB_ObjectIdListlist_initial_references ()
 List all the service known by the ORB.
 
unsigned long _incr_refcnt ()
 Reference counting...
 
unsigned long _decr_refcnt ()
 Define the Timeout_Hook signature.
 
unsigned long _refcnt () const
 Define the Timeout_Hook signature.
 
int register_handle (ACE_HANDLE handle)
 
int remove_handle (ACE_HANDLE handle)
 
static void set_resource_factory (const char *resource_factory_name)
 Sets the value of TAO_ORB_Core::resource_factory_.
 
static void set_gui_resource_factory (TAO::GUIResource_Factory *gui_factory)
 
static void set_network_priority_protocols_hooks (const char *network_priority_protocols_hooks_name)
 Sets the value of TAO_ORB_Core::network_priority_protocols_hooks_.
 
static void dynamic_adapter_name (const char *name)
 Sets the value of TAO_ORB_Core::dynamic_adapter_name_.
 
static const char * dynamic_adapter_name ()
 Gets the value of TAO_ORB_Core::dynamic_adapter_name_.
 
static void ifr_client_adapter_name (const char *name)
 Sets the value of TAO_ORB_Core::ifr_client_adapter_name_.
 
static const char * ifr_client_adapter_name ()
 Gets the value of TAO_ORB_Core::ifr_client_adapter_name_.
 
static void typecodefactory_adapter_name (const char *name)
 Sets the value of TAO_ORB_Core::typecodefactory_adapter_name_.
 
static const char * typecodefactory_adapter_name ()
 Gets the value of TAO_ORB_Core::typecodefactory_adapter_name_.
 
static void iorinterceptor_adapter_factory_name (const char *name)
 Sets the value of TAO_ORB_Core::iorinterceptor_adapter_factory_name_.
 
static const char * iorinterceptor_adapter_factory_name ()
 Gets the value of TAO_ORB_Core::iorinterceptor_adapter_factory_name_.
 
static void valuetype_adapter_factory_name (const char *name)
 Sets the value of TAO_ORB_Core::valuetype_adapter_factory_name.
 
static const char * valuetype_adapter_factory_name ()
 Gets the value of TAO_ORB_Core::valuetype_adapter_factory_name.
 
static void connection_timeout_hook (Timeout_Hook hook)
 Define the Timeout_Hook signature.
 
static void default_sync_scope_hook (TAO_ORB_Core *, TAO_Stub *, bool &has_synchronization, Messaging::SyncScope &scope)
 Default Sync_Scope_Hook.
 

Portable Interceptor Related Methods

These are support methods for interceptor registration and interceptor set (an array) access, in addition to PICurrent access.

typedef ACE_Array_Map< ACE_CString, ACE_CStringInitRefMap
 Synchronize internal state...
 
bool use_local_memory_pool_
 Synchronize internal state...
 
TAO_SYNCH_MUTEX lock_
 Synchronize internal state...
 
TAO_Thread_Lane_Resources_Managerthread_lane_resources_manager_
 Synchronize internal state...
 
TAO_Collocation_Resolvercollocation_resolver_
 Synchronize internal state...
 
TAO_Stub_Factorystub_factory_
 Synchronize internal state...
 
TAO_ProtocolFactorySetprotocol_factories_
 Synchronize internal state...
 
CORBA::Object_ptr implrepo_service_
 The cached IOR for the Implementation Repository.
 
int use_implrepo_
 Flag for whether the implrepo support is enabled or not.
 
int imr_endpoints_in_ior_
 Flag for whether to put the ImR endpoints into our object refs.
 
CORBA::Object_ptr typecode_factory_
 The cached IOR for the TypeCodeFactory DLL.
 
CORBA::Object_ptr codec_factory_
 The cached IOR for the CodecFactory DLL.
 
CORBA::Object_ptr compression_manager_
 The cached IOR for the Compression DLL.
 
CORBA::Object_ptr dynany_factory_
 The cached object reference for the DynAnyFactory.
 
CORBA::Object_ptr ior_manip_factory_
 The cached object reference for the IORManipulataion.
 
CORBA::Object_ptr ior_table_
 The cached object reference for the IORTable.
 
CORBA::Object_ptr async_ior_table_
 The cached object reference for the Async_IORTable.
 
CORBA::Object_ptr monitor_
 The cached object reference for the Monitor.
 
CORBA::ORB_ptr orb_
 
CORBA::Object_var root_poa_
 
TAO_ORB_Parameters orb_params_
 Parameters used by the ORB.
 
InitRefMap init_ref_map_
 Return InitRefMap to find if a particular object id is present.
 
TAO_Object_Ref_Table object_ref_table_
 
TAO::ObjectKey_Table object_key_table_
 Table that stores the object key instead of caching one per-profile.
 
char * orbid_
 The ORBid for this ORB.
 
TAO_Resource_Factoryresource_factory_
 Handle to the factory for resource information..
 
ACE_CString server_id_
 The server_id_ that was passed via -ORBServerId option.
 
TAO_Client_Strategy_Factoryclient_factory_
 Handle to the factory for Client-side strategies.
 
TAO_Server_Strategy_Factoryserver_factory_
 Handle to the factory for Server-side strategies.
 
void add_interceptor (PortableInterceptor::IORInterceptor_ptr interceptor)
 Register an IOR interceptor.
 
TAO_Valuetype_Adaptervaluetype_adapter ()
 Return the valuetype adapter.
 
CORBA::ValueFactory register_value_factory (const char *repository_id, CORBA::ValueFactory factory)
 Value factory operations (CORBA 2.3 ptc/98-10-05 Ch. 4.2 p.4-7)
 
void unregister_value_factory (const char *repository_id)
 Synchronize internal state...
 
CORBA::ValueFactory lookup_value_factory (const char *repository_id)
 Synchronize internal state...
 
TAO_IORInterceptor_Adapterior_interceptor_adapter ()
 
CORBA::Boolean bidir_giop_policy ()
 
void bidir_giop_policy (CORBA::Boolean)
 Synchronize internal state...
 
TAO_Object_Ref_Tableobject_ref_table ()
 
TAO::ObjectKey_Tableobject_key_table ()
 Acceessor to the table that stores the object_keys.
 
TAO_Request_Dispatcherrequest_dispatcher ()
 Return the current request dispatcher strategy.
 
void request_dispatcher (TAO_Request_Dispatcher *rd)
 
void load_policy_validators (TAO_Policy_Validator &validator)
 
TAO_Flushing_Strategyflushing_strategy ()
 Return the flushing strategy.
 
TAO_Codeset_Managercodeset_manager ()
 Get Code Set Manager.
 
InitRefMapinit_ref_map ()
 Return a pointer to the -ORBInitRef map.
 
void set_default (const char *orb_id)
 
void not_default (const char *orb_id)
 Choose to be not a default ORB when there is more than one ORB.
 
CORBA::Boolean is_permanent_forward_condition (const CORBA::Object_ptr obj, const TAO_Service_Context &service_context)
 
ACE_Service_Gestaltconfiguration () const
 Configuration accessor method.
 
TAO_GIOP_Fragmentation_Strategyfragmentation_strategy (TAO_Transport *transport)
 Get outgoing fragmentation strategy.
 
 ~TAO_ORB_Core ()
 
int init (int &argc, char *argv[])
 
int fini ()
 
ACE_Data_Blockcreate_data_block_i (size_t size, ACE_Allocator *buffer_allocator, ACE_Allocator *dblock_allocator, ACE_Lock *lock)
 Routine that creates a ACE_Data_Block given the lock and allocators.
 
void resolve_typecodefactory_i ()
 Obtain and cache the typecode factory object reference.
 
void resolve_poa_current_i ()
 Obtain and cache the poa current.
 
void resolve_codecfactory_i ()
 Obtain and cache the codec factory object reference.
 
void resolve_compression_manager_i ()
 Obtain and cache the compression manager object reference.
 
void resolve_dynanyfactory_i ()
 Obtain and cache the dynamic any factory object reference.
 
void resolve_iormanipulation_i ()
 Obtain and cache the IORManipulation factory object reference.
 
void resolve_monitor_i ()
 Obtain and cache the Monitor object reference.
 
void services_callbacks_init ()
 
void destroy_interceptors ()
 
int set_endpoint_helper (const ACE_CString &lane, const ACE_CString &endpoints)
 
TAO::PolicyFactory_Registry_Adapterpolicy_factory_registry_i ()
 
TAO::ORBInitializer_Registry_Adapterorbinitializer_registry_i ()
 
CORBA::Long initialize_object_i (TAO_Stub *the_stub, const TAO_MProfile &mprofile)
 Common code from initialize_object and reinitialize_object.
 
 TAO_ORB_Core (const TAO_ORB_Core &)
 The ORB Core should not be copied.
 
void operator= (const TAO_ORB_Core &)
 Synchronize internal state...
 
void resolve_ior_table_i ()
 Obtain and cache the ior table object reference.
 
void resolve_async_ior_table_i ()
 Obtain and cache the async ior table object reference.
 
CORBA::Boolean is_collocation_enabled (TAO_ORB_Core *other_orb, const TAO_MProfile &mp)
 

Service Level Hooks

TAO_Fault_Tolerance_Service ft_service_
 Fault Tolerant service hook.
 
CORBA::Boolean ft_send_extended_sc_
 
CORBA::Boolean opt_for_collocation_
 
CORBA::Boolean use_global_collocation_
 
CORBA::ULong collocation_strategy_
 Default collocation policy. This should never be ORB_CONTROL.
 
TAO_Request_Dispatcherrequest_dispatcher_
 The request dispatching strategy.
 
CORBA::Object_var poa_current_
 
TAO_Adapter_Registry adapter_registry_
 The list of Adapters used in this ORB.
 
TAO_Adapterpoa_adapter_
 An optimization for the POA.
 
ACE_Thread_Manager tm_
 The Thread Manager.
 
ACE_Lock_Adapter< TAO_SYNCH_MUTEXdata_block_lock_
 The data block reference counts are locked using this mutex.
 
TAO_Cleanup_Func_Registry tss_cleanup_funcs_
 
bool has_shutdown_
 Flag which denotes that the ORB has been shutdown.
 
int thread_per_connection_use_timeout_
 The value of the timeout if the flag above is not zero.
 
ACE_Time_Value thread_per_connection_timeout_
 Fault Tolerant service hook.
 
TAO_SYNCH_MUTEX open_lock_
 Mutual exclusion for calling open.
 
TAO_Endpoint_Selector_Factoryendpoint_selector_factory_
 Fault Tolerant service hook.
 
std::atomic< uint32_t > refcount_
 Number of outstanding references to this object.
 
TAO::PolicyFactory_Registry_Adapterpolicy_factory_registry_
 Registry containing all registered policy factories.
 
TAO::ORBInitializer_Registry_Adapterorbinitializer_registry_
 Registry containing all orb initializers.
 
TAO_Service_Context_Registry service_context_registry_
 Registry containing all service context handlers.
 
TAO_IORInterceptor_Adapterior_interceptor_adapter_
 IORInterceptor adapter.
 
TAO_Valuetype_Adaptervaluetype_adapter_
 Pointer to the valuetype adapter.
 
TAO_Parser_Registry parser_registry_
 The IOR parser registry.
 
TAO_BiDir_Adapterbidir_adapter_
 BiDirectional GIOP factory.
 
CORBA::Boolean bidir_giop_policy_
 Bir Dir GIOP policy value.
 
TAO_ZIOP_Adapterziop_adapter_
 ZIOP Adapter.
 
CORBA::Boolean ziop_enabled_
 ZIOP enabled or not.
 
TAO_Flushing_Strategyflushing_strategy_
 Hold the flushing strategy.
 
TAO_Codeset_Managercodeset_manager_
 Code Set Manager, received from the Resource Factory.
 
ACE_Intrusive_Auto_Ptr< ACE_Service_Gestaltconfig_
 ORB's service configuration.
 
Sync_Scope_Hook sync_scope_hook_
 The hook to be set for the SyncScopePolicy.
 
Messaging::SyncScope default_sync_scope_
 The configured value used as the default sync scope.
 
Timeout_Hook timeout_hook_
 The hook to be set for the RelativeRoundtripTimeoutPolicy.
 
 ACE_TSS_TYPE (TAO_ORB_Core_TSS_Resources) tss_resources_
 This is where the tss resources for this ORB are stored.
 

Detailed Description

Encapsulates the state of an ORB.

This is the implementation class for the CORBA::ORB interface. The class also encapsulates the access to the ORB resources and its state.

Some resources can be TSS or global, those resources are always accessed through a TSS interface, but are allocated using the Resource_Factory. If the resource is really global the Resource_Factory will simply return a pointer to the global instance.

Member Typedef Documentation

◆ InitRefMap

Synchronize internal state...

◆ Sync_Scope_Hook

typedef void(* TAO_ORB_Core::Sync_Scope_Hook) (TAO_ORB_Core *, TAO_Stub *, bool &, Messaging::SyncScope &)

Define the Timeout_Hook signature.

◆ Timeout_Hook

typedef void(* TAO_ORB_Core::Timeout_Hook) (TAO_ORB_Core *, TAO_Stub *, bool &, ACE_Time_Value &)

Define the Timeout_Hook signature.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Set/get the collocation flags.

Enumerator
ORB_CONTROL 

Indicate object should refer to ORB for either one of the following strategies.

TAO_COLLOCATION_THRU_POA 

Collocated calls will go thru POA.

TAO_COLLOCATION_DIRECT 

Collocated calls invoke operation on Servant directly.

TAO_COLLOCATION_BEST 

Collocated calls invoke operation on Servant directly if possible, else Collocated calls will go thru POA if possible, else use REMOTE_STRATEGY

Constructor & Destructor Documentation

◆ TAO_ORB_Core() [1/2]

TAO_ORB_Core::TAO_ORB_Core ( const char * id,
ACE_Intrusive_Auto_Ptr< ACE_Service_Gestalt > g )

Constructor.

◆ ~TAO_ORB_Core()

TAO_ORB_Core::~TAO_ORB_Core ( )
protected

Destructor is protected since the ORB Core is a reference counted object.

◆ TAO_ORB_Core() [2/2]

TAO_ORB_Core::TAO_ORB_Core ( const TAO_ORB_Core & )
private

The ORB Core should not be copied.

Member Function Documentation

◆ _decr_refcnt()

unsigned long TAO_ORB_Core::_decr_refcnt ( )

Define the Timeout_Hook signature.

◆ _incr_refcnt()

unsigned long TAO_ORB_Core::_incr_refcnt ( )

Reference counting...

◆ _refcnt()

unsigned long TAO_ORB_Core::_refcnt ( ) const

Define the Timeout_Hook signature.

◆ ACE_TSS_TYPE()

TAO_ORB_Core::ACE_TSS_TYPE ( TAO_ORB_Core_TSS_Resources )
protected

This is where the tss resources for this ORB are stored.

◆ adapter_registry()

TAO_Adapter_Registry & TAO_ORB_Core::adapter_registry ( )

Get the adapter registry.

◆ add_interceptor()

void TAO_ORB_Core::add_interceptor ( PortableInterceptor::IORInterceptor_ptr interceptor)

Register an IOR interceptor.

◆ add_tss_cleanup_func()

int TAO_ORB_Core::add_tss_cleanup_func ( ACE_CLEANUP_FUNC cleanup,
size_t & slot_id )

Register a TSS cleanup function. The slot ID for the corresponding ORB core TSS resource is returned by the reference argument. This method return 0 on success, and -1 on failure.

◆ bidir_giop_policy() [1/2]

CORBA::Boolean TAO_ORB_Core::bidir_giop_policy ( )

Set and Get methods to indicate whether a BiDir IIOP policy has been set in the POA.

Note
At present, the value will be true even if one of the POA's is set with the Bi Dir GIOP policy.

◆ bidir_giop_policy() [2/2]

void TAO_ORB_Core::bidir_giop_policy ( CORBA::Boolean val)

Synchronize internal state...

◆ call_sync_scope_hook()

void TAO_ORB_Core::call_sync_scope_hook ( TAO_Stub * stub,
bool & has_synchronization,
Messaging::SyncScope & scope )

Define the Timeout_Hook signature.

◆ call_timeout_hook()

void TAO_ORB_Core::call_timeout_hook ( TAO_Stub * stub,
bool & has_timeout,
ACE_Time_Value & time_value )

Invoke the timeout hook if present.

The timeout hook is used to determine if the timeout policy is set and with what value. If the ORB is compiled without support for Messaging this feature does not take effect

Parameters
has_timeoutreturns 0 if there is no timeout policy set.
time_valuereturns the timeout value in effect for the object, thread and current ORB.

◆ check_shutdown()

void TAO_ORB_Core::check_shutdown ( )

Check if ORB has shutdown. If it has, throw an exception.

◆ client_factory()

TAO_Client_Strategy_Factory * TAO_ORB_Core::client_factory ( )

Returns pointer to the client factory.

◆ codeset_manager()

TAO_Codeset_Manager * TAO_ORB_Core::codeset_manager ( )

Get Code Set Manager.

◆ collocation_resolver()

TAO_Collocation_Resolver & TAO_ORB_Core::collocation_resolver ( )

Returns a pointer to the Collocation Resolver.

◆ configuration()

ACE_Service_Gestalt * TAO_ORB_Core::configuration ( ) const

Configuration accessor method.

◆ connection_timeout()

void TAO_ORB_Core::connection_timeout ( TAO_Stub * stub,
bool & has_timeout,
ACE_Time_Value & time_value )

Invoke the timeout hook if present.

The timeout hook is used to determine if the timeout policy is set and with what value. If the ORB is compiled without support for Messaging this feature does not take effect

Parameters
has_timeoutreturns 0 if there is no timeout policy set.
time_valuereturns the timeout value in effect for the object, thread and current ORB.

◆ connection_timeout_hook()

void TAO_ORB_Core::connection_timeout_hook ( Timeout_Hook hook)
static

Define the Timeout_Hook signature.

The connection timeout hook was originally defined to allow the TAO Messaging code to be factored out of the core TAO library and placed in to an optional library. Since then, a new invocation endpoint selector, the optimised connection endpoint selector (see Strategies/OC_Endpoint_Selector.h) reused this connection timeout hook. However, this set up a problem when both the Messaging library and OCES are being used in the same application.

The solution was to add a new connection timeout hook attribute (see alt_connection_timeout_hook_ below). This method now checks to see if the connection timeout hook is already set, and if so assigns the supplied hook value to the alternate connection timeout hook. This functionality has a side-effect of assuming that hooks are NEVER unloaded or actively replaced. IOW, no one will call this method with a 0 or some other pointer value to replace an existing hook.

If such functionality as unloading a hook pointer is required, then this method must be extended to give some kind of identity for the hook. Additional changes to the definition of the hook will also be necessary to support such identity and manipulation.

◆ connector_registry()

TAO_Connector_Registry * TAO_ORB_Core::connector_registry ( )

Get the connector registry.

◆ create_data_block_i()

ACE_Data_Block * TAO_ORB_Core::create_data_block_i ( size_t size,
ACE_Allocator * buffer_allocator,
ACE_Allocator * dblock_allocator,
ACE_Lock * lock )
protected

Routine that creates a ACE_Data_Block given the lock and allocators.

◆ create_input_cdr_data_block()

ACE_Data_Block * TAO_ORB_Core::create_input_cdr_data_block ( size_t size)

The Message Blocks used for input CDRs must have appropriate locking strategies.

◆ create_object()

CORBA::Object_ptr TAO_ORB_Core::create_object ( TAO_Stub * the_stub)

Create a new object, use the adapter registry to create a collocated object, if not possible then create a regular object.

◆ create_stub()

TAO_Stub * TAO_ORB_Core::create_stub ( const char * repository_id,
const TAO_MProfile & profiles )

Factory method that create the "right" Stub depending on whether RTCORBA is loaded or not. The factory used to create the stub, is loaded at ORB initialization, and its type depends on the fact that RTCORBA is being used or not.

◆ create_stub_object()

TAO_Stub * TAO_ORB_Core::create_stub_object ( TAO_MProfile & mprofile,
const char * type_id,
CORBA::PolicyList * policy_list )

Makes sure that the ORB is open and then creates a TAO_Stub based on the endpoint.

Initialize a TAO_Stub object with the mprofile thats passed.

◆ default_environment() [1/2]

CORBA::Environment * TAO_ORB_Core::default_environment ( ) const

The thread has a default environment to simplify porting between platforms that support native C++ exceptions and those that don't. This is a TSS resource (always), but with a twist: if the user creates a new environment the old one is "pushed" (actually the new one remembers it), eventually the new environment destructor pops itself from the stack and we recover the old environment.

This means that if the user create a new environment and somebody calls a function using the default one the exception will still be received in the environment created by the user. The only drawback is that environments life time must nest properly, this shouldn't be a problem because environments are usually created on the stack, but, the spec allows their creation on the heap and/or as class members; we need to investigate the tradeoffs and take a decision.

◆ default_environment() [2/2]

void TAO_ORB_Core::default_environment ( CORBA::Environment * env)

Define the Timeout_Hook signature.

◆ default_sync_scope()

Messaging::SyncScope TAO_ORB_Core::default_sync_scope ( )

Return the default sync scope configured for this ORB.

◆ default_sync_scope_hook()

void TAO_ORB_Core::default_sync_scope_hook ( TAO_ORB_Core * oc,
TAO_Stub * ,
bool & has_synchronization,
Messaging::SyncScope & scope )
static

Default Sync_Scope_Hook.

◆ destroy()

void TAO_ORB_Core::destroy ( )

Shutdown the ORB and free resources.

◆ destroy_interceptors()

void TAO_ORB_Core::destroy_interceptors ( )
protected

Helper method that invokes Interceptor::destroy() on all registered interceptors when ORB::destroy() is called. Prevents exceptions from propagating up the call chain.

◆ dynamic_adapter_name() [1/2]

const char * TAO_ORB_Core::dynamic_adapter_name ( )
static

Gets the value of TAO_ORB_Core::dynamic_adapter_name_.

◆ dynamic_adapter_name() [2/2]

void TAO_ORB_Core::dynamic_adapter_name ( const char * name)
static

Sets the value of TAO_ORB_Core::dynamic_adapter_name_.

◆ endpoint_selector_factory()

TAO_Endpoint_Selector_Factory * TAO_ORB_Core::endpoint_selector_factory ( )

Returns a pointer to the endpoint selector factory.

◆ fault_tolerance_service()

TAO_Fault_Tolerance_Service & TAO_ORB_Core::fault_tolerance_service ( )

Return a reference to the Fault Tolerant service object.

◆ fini()

int TAO_ORB_Core::fini ( )
protected

Final termination hook, typically called by CORBA::ORB's destructor.

◆ flushing_strategy()

TAO_Flushing_Strategy * TAO_ORB_Core::flushing_strategy ( )

Return the flushing strategy.

The flushing strategy is created by the resource factory, and it is used by the ORB to control the mechanism used to flush the outgoing data queues. The flushing strategies are stateless, therefore, there is only one per ORB.

◆ fragmentation_strategy()

TAO_GIOP_Fragmentation_Strategy * TAO_ORB_Core::fragmentation_strategy ( TAO_Transport * transport)

Get outgoing fragmentation strategy.

◆ ft_send_extended_sc()

CORBA::Boolean TAO_ORB_Core::ft_send_extended_sc ( )

Transmit the entire TAG_FT_GROUP component data from a server IOGR as a FT_GROUP_VERSION tagged service context on requests to that IOGR instead of just the group version.

◆ get_collocation_strategy()

CORBA::ULong TAO_ORB_Core::get_collocation_strategy ( ) const

Set/get the collocation flags.

◆ get_network_priority_protocols_hooks()

TAO_Network_Priority_Protocols_Hooks * TAO_ORB_Core::get_network_priority_protocols_hooks ( )

Gets the value of TAO_ORB_Core::network_priority_protocols_hooks__.

◆ get_protocols_hooks()

TAO_Protocols_Hooks * TAO_ORB_Core::get_protocols_hooks ( )

Gets the value of TAO_ORB_Core::protocols_hooks__.

◆ get_tss_resource()

void * TAO_ORB_Core::get_tss_resource ( size_t slot_id)

Obtain the TSS resource in the given slot.

◆ get_tss_resources()

TAO_ORB_Core_TSS_Resources * TAO_ORB_Core::get_tss_resources ( )

Obtain the TSS resources of this orb.

◆ gui_resource_factory()

TAO::GUIResource_Factory * TAO_ORB_Core::gui_resource_factory ( )

Returns pointer to the factory for creating gui resources.

◆ has_shutdown()

bool TAO_ORB_Core::has_shutdown ( ) const

Get the shutdown flag value.

◆ hash_service()

CORBA::ULong TAO_ORB_Core::hash_service ( TAO_Profile * this_p,
CORBA::ULong max )

Hook for the services to determine the <hash> value of a profile. For details on how this is used please see the FT service

◆ ifr_client_adapter_name() [1/2]

const char * TAO_ORB_Core::ifr_client_adapter_name ( )
static

Gets the value of TAO_ORB_Core::ifr_client_adapter_name_.

◆ ifr_client_adapter_name() [2/2]

void TAO_ORB_Core::ifr_client_adapter_name ( const char * name)
static

Sets the value of TAO_ORB_Core::ifr_client_adapter_name_.

◆ implrepo_service() [1/2]

CORBA::Object_ptr TAO_ORB_Core::implrepo_service ( )

Set/Get the IOR of the Implementation Repository service.

◆ implrepo_service() [2/2]

void TAO_ORB_Core::implrepo_service ( const CORBA::Object_ptr ir)

Define the Timeout_Hook signature.

◆ imr_endpoints_in_ior()

CORBA::Boolean TAO_ORB_Core::imr_endpoints_in_ior ( )

Do we put the ImR's endpoints into persistent object references we create.

◆ init()

int TAO_ORB_Core::init ( int & argc,
char * argv[] )
protected

Initialize the guts of the ORB Core. It is intended that this be called by CORBA::ORB_init().

◆ init_ref_map()

TAO_ORB_Core::InitRefMap * TAO_ORB_Core::init_ref_map ( )

Return a pointer to the -ORBInitRef map.

◆ initialize_object()

CORBA::Long TAO_ORB_Core::initialize_object ( TAO_Stub * the_stub,
CORBA::Object_ptr obj )

Initialize a new object, use the adapter registry to initialize a collocated object, if not possible then initialize a regular object. NOTE: Why would this method be required? The answer is if the user decides to use lazy initialization of CORBA object, then this is the route that we have to take to do the initialization.

◆ initialize_object_i()

CORBA::Long TAO_ORB_Core::initialize_object_i ( TAO_Stub * the_stub,
const TAO_MProfile & mprofile )
protected

Common code from initialize_object and reinitialize_object.

◆ input_cdr_buffer_allocator()

ACE_Allocator * TAO_ORB_Core::input_cdr_buffer_allocator ( )

This allocator is always global and has no locks. It is intended for allocating the buffers used in incoming CDR streams.

◆ input_cdr_dblock_allocator()

ACE_Allocator * TAO_ORB_Core::input_cdr_dblock_allocator ( )

This allocator is global, may or may not have locks. It is intended for allocating the ACE_Data_Blocks used in incoming CDR streams.

◆ input_cdr_msgblock_allocator()

ACE_Allocator * TAO_ORB_Core::input_cdr_msgblock_allocator ( )

This allocator is always global and has no locks. It is intended for allocating the buffers used in incoming CDR streams.

◆ ior_interceptor_adapter()

TAO_IORInterceptor_Adapter * TAO_ORB_Core::ior_interceptor_adapter ( )

Get the IOR Interceptor adapter. If not created, this method will try to create one.

◆ iorinterceptor_adapter_factory_name() [1/2]

const char * TAO_ORB_Core::iorinterceptor_adapter_factory_name ( )
static

Gets the value of TAO_ORB_Core::iorinterceptor_adapter_factory_name_.

◆ iorinterceptor_adapter_factory_name() [2/2]

void TAO_ORB_Core::iorinterceptor_adapter_factory_name ( const char * name)
static

Sets the value of TAO_ORB_Core::iorinterceptor_adapter_factory_name_.

◆ is_collocated()

int TAO_ORB_Core::is_collocated ( const TAO_MProfile & mprofile)

See if we have a collocated address, if yes, return the POA associated with the address.

◆ is_collocation_enabled()

CORBA::Boolean TAO_ORB_Core::is_collocation_enabled ( TAO_ORB_Core * other_orb,
const TAO_MProfile & mp )
private

Checks to see whether collocation optimizations have to be applied on objects in the other_orb

◆ is_permanent_forward_condition()

CORBA::Boolean TAO_ORB_Core::is_permanent_forward_condition ( const CORBA::Object_ptr obj,
const TAO_Service_Context & service_context )

Verify condition for permanent forward is given, both parameters must provide group attributes.

◆ is_profile_equivalent()

TAO_Service_Callbacks::Profile_Equivalence TAO_ORB_Core::is_profile_equivalent ( const TAO_Profile * this_p,
const TAO_Profile * that_p )

Hook for the services to determine whether the profiles are equivalent or not. For details on how this is used please see the FT service

◆ lane_resources()

TAO_Thread_Lane_Resources & TAO_ORB_Core::lane_resources ( )

Get access to the thread lane resources.

◆ leader_follower()

TAO_Leader_Follower & TAO_ORB_Core::leader_follower ( )

Get access to the leader_follower class.

◆ lf_strategy()

TAO_LF_Strategy & TAO_ORB_Core::lf_strategy ( )

Get access to the leader follower strategy.

◆ list_initial_references()

CORBA::ORB::ObjectIdList * TAO_ORB_Core::list_initial_references ( )

List all the service known by the ORB.

◆ load_policy_validators()

void TAO_ORB_Core::load_policy_validators ( TAO_Policy_Validator & validator)

Call the libraries to handover the validators if they haven't registered yet with the list of validators.

◆ locking_strategy()

ACE_Lock * TAO_ORB_Core::locking_strategy ( )

Return the locking strategy used for the data blocks.

◆ lookup_value_factory()

CORBA::ValueFactory TAO_ORB_Core::lookup_value_factory ( const char * repository_id)

Synchronize internal state...

◆ not_default()

void TAO_ORB_Core::not_default ( const char * orb_id)

Choose to be not a default ORB when there is more than one ORB.

◆ object_is_nil()

CORBA::Boolean TAO_ORB_Core::object_is_nil ( CORBA::Object_ptr object)

The loaded service would determine if the CORBA::Object_ptr is actually nil or not. This would be useful to accomodate new enhanced definitions as defined by the service specification.

◆ object_key_table()

TAO::ObjectKey_Table & TAO_ORB_Core::object_key_table ( )

Acceessor to the table that stores the object_keys.

◆ object_ref_table()

TAO_Object_Ref_Table & TAO_ORB_Core::object_ref_table ( )

Return the table that maps object key/name to de-stringified object reference. It is needed for supporting local objects in the resolve_initial_references() mechanism.

◆ operator=()

void TAO_ORB_Core::operator= ( const TAO_ORB_Core & )
private

Synchronize internal state...

◆ optimize_collocation_objects() [1/2]

CORBA::Boolean TAO_ORB_Core::optimize_collocation_objects ( ) const

Set/get the collocation flags.

◆ optimize_collocation_objects() [2/2]

void TAO_ORB_Core::optimize_collocation_objects ( CORBA::Boolean opt)

Set/get the collocation flags.

◆ orb()

CORBA::ORB_ptr TAO_ORB_Core::orb ( )

Get pointer to the ORB.

◆ orb_params()

TAO_ORB_Parameters * TAO_ORB_Core::orb_params ( )

Accessor for the ORB parameters.

◆ orbid()

const char * TAO_ORB_Core::orbid ( ) const

Return ORBid string.

◆ orbinitializer_registry()

TAO::ORBInitializer_Registry_Adapter * TAO_ORB_Core::orbinitializer_registry ( )

Return pointer to the orb initializer registry associated with this ORB core. Tries to load the PI library if it is not loaded yet

◆ orbinitializer_registry_i()

TAO::ORBInitializer_Registry_Adapter * TAO_ORB_Core::orbinitializer_registry_i ( )
protected

Return pointer to the orb initializer registry associated with this ORB core.

◆ output_cdr_buffer_allocator()

ACE_Allocator * TAO_ORB_Core::output_cdr_buffer_allocator ( )

This allocator is always TSS and has no locks. It is intended for allocating the buffers used in outgoing CDR streams.

◆ output_cdr_dblock_allocator()

ACE_Allocator * TAO_ORB_Core::output_cdr_dblock_allocator ( )

This allocator is always TSS and has no locks. It is intended for allocating the ACE_Data_Blocks used in outgoing CDR streams.

◆ output_cdr_msgblock_allocator()

ACE_Allocator * TAO_ORB_Core::output_cdr_msgblock_allocator ( )

This allocator is always TSS and has no locks. It is intended for allocating the ACE_Data_Blocks used in outgoing CDR streams.

◆ parser_registry()

TAO_Parser_Registry * TAO_ORB_Core::parser_registry ( )

Get the IOR parser registry.

◆ poa_adapter()

TAO_Adapter * TAO_ORB_Core::poa_adapter ( )

Get the adapter named "RootPOA" and cache the result, this is an optimization for the POA.

◆ poa_current()

CORBA::Object_ptr TAO_ORB_Core::poa_current ( )

Accessor to the POA current.

Todo
In the future this hook should change, instead of hardcoding the object we should add a "Resolver" to the ORB, so the "POACurrent" object returns a per-ORB object.
Similarly, each ORB should implement the TSS pattern to put the POA_Current_Impl in a void* slot. The current approach does decouple the POA from the ORB, but it cannot add new adapters or other components transparently.

◆ policy_factory_registry()

TAO::PolicyFactory_Registry_Adapter * TAO_ORB_Core::policy_factory_registry ( )

Return pointer to the policy factory registry associated with this ORB core.

◆ policy_factory_registry_i()

TAO::PolicyFactory_Registry_Adapter * TAO_ORB_Core::policy_factory_registry_i ( )
protected

Return pointer to the policy factory registry associated with this ORB core.

◆ protocol_factories()

TAO_ProtocolFactorySet * TAO_ORB_Core::protocol_factories ( )

Get the protocol factories.

◆ protocols_hooks()

TAO_Protocols_Hooks * TAO_ORB_Core::protocols_hooks ( )

Returns pointer to the Protocols_Hooks.

◆ reactor()

ACE_Reactor * TAO_ORB_Core::reactor ( )

Wrappers that forward the request to the concurrency strategy.

◆ register_handle()

int TAO_ORB_Core::register_handle ( ACE_HANDLE handle)

Register the handle of an open connection with the ORB Core handle set. This handle set will be used to explicitly remove corresponding event handlers from the reactor.

◆ register_value_factory()

CORBA::ValueFactory TAO_ORB_Core::register_value_factory ( const char * repository_id,
CORBA::ValueFactory factory )

Value factory operations (CORBA 2.3 ptc/98-10-05 Ch. 4.2 p.4-7)

◆ reinitialize_object()

CORBA::Long TAO_ORB_Core::reinitialize_object ( TAO_Stub * stub)

Reinitialise a stub after the effective profile has changed. This will happen after a location forward has been received or if a location forward supplied new target subsequently fails.

◆ remove_handle()

int TAO_ORB_Core::remove_handle ( ACE_HANDLE handle)

Remove handle from the ORB Core's handle set so that it isn't included in the set that is passed to the reactor upon ORB destruction.

◆ request_dispatcher() [1/2]

TAO_Request_Dispatcher * TAO_ORB_Core::request_dispatcher ( )

Return the current request dispatcher strategy.

◆ request_dispatcher() [2/2]

void TAO_ORB_Core::request_dispatcher ( TAO_Request_Dispatcher * rd)

Set a new request dispatcher. The ORB Core retains ownership of the request dispatcher once it gets it. Currently, this only gets called at initialization.

◆ resolve_async_ior_table()

CORBA::Object_ptr TAO_ORB_Core::resolve_async_ior_table ( )

Resolve the Async IOR Table reference for this ORB.

◆ resolve_async_ior_table_i()

void TAO_ORB_Core::resolve_async_ior_table_i ( )
private

Obtain and cache the async ior table object reference.

◆ resolve_codecfactory()

CORBA::Object_ptr TAO_ORB_Core::resolve_codecfactory ( )

Resolve the CodecFactory DLL.

◆ resolve_codecfactory_i()

void TAO_ORB_Core::resolve_codecfactory_i ( )
protected

Obtain and cache the codec factory object reference.

◆ resolve_compression_manager()

CORBA::Object_ptr TAO_ORB_Core::resolve_compression_manager ( )

Resolve the Compression DLL.

◆ resolve_compression_manager_i()

void TAO_ORB_Core::resolve_compression_manager_i ( )
protected

Obtain and cache the compression manager object reference.

◆ resolve_dynanyfactory()

CORBA::Object_ptr TAO_ORB_Core::resolve_dynanyfactory ( )

Resolve the Dynamic Any Factory.

◆ resolve_dynanyfactory_i()

void TAO_ORB_Core::resolve_dynanyfactory_i ( )
protected

Obtain and cache the dynamic any factory object reference.

◆ resolve_ior_manipulation()

CORBA::Object_ptr TAO_ORB_Core::resolve_ior_manipulation ( )

Resolve the IOR Manipulation reference for this ORB.

◆ resolve_ior_table()

CORBA::Object_ptr TAO_ORB_Core::resolve_ior_table ( )

Resolve the IOR Table reference for this ORB.

◆ resolve_ior_table_i()

void TAO_ORB_Core::resolve_ior_table_i ( )
private

Obtain and cache the ior table object reference.

◆ resolve_iormanipulation_i()

void TAO_ORB_Core::resolve_iormanipulation_i ( )
protected

Obtain and cache the IORManipulation factory object reference.

◆ resolve_monitor()

CORBA::Object_ptr TAO_ORB_Core::resolve_monitor ( )

Resolve the Monitor reference for this ORB.

◆ resolve_monitor_i()

void TAO_ORB_Core::resolve_monitor_i ( )
protected

Obtain and cache the Monitor object reference.

◆ resolve_poa_current()

CORBA::Object_ptr TAO_ORB_Core::resolve_poa_current ( )

Resolve POA Current.

◆ resolve_poa_current_i()

void TAO_ORB_Core::resolve_poa_current_i ( )
protected

Obtain and cache the poa current.

◆ resolve_rir()

CORBA::Object_ptr TAO_ORB_Core::resolve_rir ( const char * name)

Resolve an initial reference via the -ORBInitRef and.

◆ resolve_typecodefactory()

CORBA::Object_ptr TAO_ORB_Core::resolve_typecodefactory ( )

Resolve the TypeCodeFactory DLL.

◆ resolve_typecodefactory_i()

void TAO_ORB_Core::resolve_typecodefactory_i ( )
protected

Obtain and cache the typecode factory object reference.

◆ resource_factory()

TAO_Resource_Factory * TAO_ORB_Core::resource_factory ( )

Returns pointer to the resource factory.

◆ root_poa()

CORBA::Object_ptr TAO_ORB_Core::root_poa ( )

Return the RootPOA, or try to load it if not initialized already.

◆ run()

int TAO_ORB_Core::run ( ACE_Time_Value * tv,
int perform_work )

Run the event loop.

◆ server_factory()

TAO_Server_Strategy_Factory * TAO_ORB_Core::server_factory ( )

Returns pointer to the server factory.

◆ server_id()

const char * TAO_ORB_Core::server_id ( ) const

Resolve the RT Current flyweight for this ORB. Return server_id string.

◆ service_context_registry()

TAO_Service_Context_Registry & TAO_ORB_Core::service_context_registry ( )

◆ service_profile_selection()

CORBA::Boolean TAO_ORB_Core::service_profile_selection ( const TAO_MProfile & mprofile,
TAO_Profile *& profile )

The loaded service in the ORB_Core would determine if the profile selection is going to be made by the services or not. If the services do make the selection they would return the selected profile through <profile>.

◆ service_raise_comm_failure()

TAO::Invocation_Status TAO_ORB_Core::service_raise_comm_failure ( IOP::ServiceContextList & clist,
TAO_Profile * profile )

Raise a comm failure exception if a service is not loaded, else delegate to the service to see what the service has to do for this case.

◆ service_raise_transient_failure()

TAO::Invocation_Status TAO_ORB_Core::service_raise_transient_failure ( IOP::ServiceContextList & clist,
TAO_Profile * profile )

Raise a transient failure exception if a service is not loaded, else delegate to the service to see what the service has to do for this case.

◆ services_callbacks_init()

void TAO_ORB_Core::services_callbacks_init ( )
protected

Search the Dynamic service list for well known services that has callbacks which can be dynamically loaded.

◆ set_default()

void TAO_ORB_Core::set_default ( const char * orb_id)

Set the ORB related to the orb_id as the default ORB and not the ORB that is first binded in the ORB Table

◆ set_endpoint_helper()

int TAO_ORB_Core::set_endpoint_helper ( const ACE_CString & lane,
const ACE_CString & endpoints )
protected

Pointer to the list of protocol loaded into this ORB instance. Helper method to hold the common code part for -ORBEndpoint and -ORBListenEndpoints options.

◆ set_gui_resource_factory()

void TAO_ORB_Core::set_gui_resource_factory ( TAO::GUIResource_Factory * gui_factory)
static

Sets the value of TAO_ORB_Core::gui_resource_factory_.

Sets the value of gui_resource_factory in TSS. ORB_Core is responsible for releasing this factory if needed.

◆ set_network_priority_protocols_hooks()

void TAO_ORB_Core::set_network_priority_protocols_hooks ( const char * network_priority_protocols_hooks_name)
static

◆ set_resource_factory()

void TAO_ORB_Core::set_resource_factory ( const char * resource_factory_name)
static

Sets the value of TAO_ORB_Core::resource_factory_.

◆ set_sync_scope_hook()

void TAO_ORB_Core::set_sync_scope_hook ( Sync_Scope_Hook hook)

Define the Timeout_Hook signature.

◆ set_timeout_hook()

void TAO_ORB_Core::set_timeout_hook ( Timeout_Hook hook)

Define the Timeout_Hook signature.

◆ set_tss_resource()

int TAO_ORB_Core::set_tss_resource ( size_t slot_id,
void * ts_object )

Set the TSS resource at the given slot. Returns 0 on success, and -1 on failure.

◆ shutdown()

void TAO_ORB_Core::shutdown ( CORBA::Boolean wait_for_completion)

End the event loop.

◆ stub_factory()

TAO_Stub_Factory * TAO_ORB_Core::stub_factory ( )

Returns a pointer to the Stub factory.

◆ thr_mgr()

ACE_Thread_Manager * TAO_ORB_Core::thr_mgr ( )

◆ thread_lane_resources_manager()

TAO_Thread_Lane_Resources_Manager & TAO_ORB_Core::thread_lane_resources_manager ( )

Returns a pointer to the Thread Lane Resources Manager.

◆ thread_per_connection_timeout()

int TAO_ORB_Core::thread_per_connection_timeout ( ACE_Time_Value & timeout) const

Returns the timeout value used by the server threads to poll the shutdown flag. If the return value is zero then the server threads block forever.

◆ transport_message_buffer_allocator()

ACE_Allocator * TAO_ORB_Core::transport_message_buffer_allocator ( )

This allocator is always global and has no locks. It is intended for allocating the buffers used to queue messages in transports.

◆ tss_cleanup()

void TAO_ORB_Core::tss_cleanup ( ACE_Array_Base< void * > & ts_objects)

Cleans up ts_objects using the underlying TSS cleanup function registry.

◆ typecodefactory_adapter_name() [1/2]

const char * TAO_ORB_Core::typecodefactory_adapter_name ( )
static

Gets the value of TAO_ORB_Core::typecodefactory_adapter_name_.

◆ typecodefactory_adapter_name() [2/2]

void TAO_ORB_Core::typecodefactory_adapter_name ( const char * name)
static

Sets the value of TAO_ORB_Core::typecodefactory_adapter_name_.

◆ unregister_value_factory()

void TAO_ORB_Core::unregister_value_factory ( const char * repository_id)

Synchronize internal state...

◆ use_global_collocation() [1/2]

CORBA::Boolean TAO_ORB_Core::use_global_collocation ( ) const

Set/get the collocation flags.

◆ use_global_collocation() [2/2]

void TAO_ORB_Core::use_global_collocation ( CORBA::Boolean opt)

Set/get the collocation flags.

◆ use_implrepo()

CORBA::Boolean TAO_ORB_Core::use_implrepo ( )

Do we attempt to register with the Implementation Repository.

◆ valuetype_adapter()

TAO_Valuetype_Adapter * TAO_ORB_Core::valuetype_adapter ( )

Return the valuetype adapter.

◆ valuetype_adapter_factory_name() [1/2]

const char * TAO_ORB_Core::valuetype_adapter_factory_name ( )
static

◆ valuetype_adapter_factory_name() [2/2]

void TAO_ORB_Core::valuetype_adapter_factory_name ( const char * name)
static

◆ ziop_adapter() [1/2]

TAO_ZIOP_Adapter * TAO_ORB_Core::ziop_adapter ( ) const

◆ ziop_adapter() [2/2]

void TAO_ORB_Core::ziop_adapter ( TAO_ZIOP_Adapter * adapter)

◆ ziop_adapter_i()

TAO_ZIOP_Adapter * TAO_ORB_Core::ziop_adapter_i ( )

Define the Timeout_Hook signature.

Friends And Related Symbol Documentation

◆ CORBA::ORB_init

CORBA::ORB_ptr CORBA::ORB_init ( int & ,
ACE_TCHAR * argv[],
const char *  )
friend

◆ TAO_ORB_Core_Decr_Refcnt

friend struct TAO_ORB_Core_Decr_Refcnt
friend

Member Data Documentation

◆ adapter_registry_

TAO_Adapter_Registry TAO_ORB_Core::adapter_registry_
protected

The list of Adapters used in this ORB.

◆ async_ior_table_

CORBA::Object_ptr TAO_ORB_Core::async_ior_table_
protected

The cached object reference for the Async_IORTable.

◆ bidir_adapter_

TAO_BiDir_Adapter* TAO_ORB_Core::bidir_adapter_
protected

BiDirectional GIOP factory.

◆ bidir_giop_policy_

CORBA::Boolean TAO_ORB_Core::bidir_giop_policy_
protected

Bir Dir GIOP policy value.

◆ client_factory_

TAO_Client_Strategy_Factory* TAO_ORB_Core::client_factory_
protected

Handle to the factory for Client-side strategies.

◆ codec_factory_

CORBA::Object_ptr TAO_ORB_Core::codec_factory_
protected

The cached IOR for the CodecFactory DLL.

◆ codeset_manager_

TAO_Codeset_Manager* TAO_ORB_Core::codeset_manager_
protected

Code Set Manager, received from the Resource Factory.

◆ collocation_resolver_

TAO_Collocation_Resolver* TAO_ORB_Core::collocation_resolver_
protected

Synchronize internal state...

◆ collocation_strategy_

CORBA::ULong TAO_ORB_Core::collocation_strategy_
protected

Default collocation policy. This should never be ORB_CONTROL.

◆ compression_manager_

CORBA::Object_ptr TAO_ORB_Core::compression_manager_
protected

The cached IOR for the Compression DLL.

◆ config_

ACE_Intrusive_Auto_Ptr<ACE_Service_Gestalt> TAO_ORB_Core::config_
protected

ORB's service configuration.

◆ data_block_lock_

ACE_Lock_Adapter<TAO_SYNCH_MUTEX> TAO_ORB_Core::data_block_lock_
protected

The data block reference counts are locked using this mutex.

◆ default_sync_scope_

Messaging::SyncScope TAO_ORB_Core::default_sync_scope_
protected

The configured value used as the default sync scope.

◆ dynany_factory_

CORBA::Object_ptr TAO_ORB_Core::dynany_factory_
protected

The cached object reference for the DynAnyFactory.

◆ endpoint_selector_factory_

TAO_Endpoint_Selector_Factory* TAO_ORB_Core::endpoint_selector_factory_
protected

Fault Tolerant service hook.

◆ flushing_strategy_

TAO_Flushing_Strategy* TAO_ORB_Core::flushing_strategy_
protected

Hold the flushing strategy.

◆ ft_send_extended_sc_

CORBA::Boolean TAO_ORB_Core::ft_send_extended_sc_
protected

TRUE transmits a full TAG_FT_GROUP component in place of the FT_GROUP_VERSION context on FT requests. This is contrary to the spec but enables more effective fault tolerant stuff.

Todo
reference to OMG issue. Default false.

◆ ft_service_

TAO_Fault_Tolerance_Service TAO_ORB_Core::ft_service_
protected

Fault Tolerant service hook.

◆ has_shutdown_

bool TAO_ORB_Core::has_shutdown_
protected

Flag which denotes that the ORB has been shutdown.

◆ implrepo_service_

CORBA::Object_ptr TAO_ORB_Core::implrepo_service_
protected

The cached IOR for the Implementation Repository.

◆ imr_endpoints_in_ior_

int TAO_ORB_Core::imr_endpoints_in_ior_
protected

Flag for whether to put the ImR endpoints into our object refs.

◆ init_ref_map_

InitRefMap TAO_ORB_Core::init_ref_map_
protected

Return InitRefMap to find if a particular object id is present.

◆ ior_interceptor_adapter_

TAO_IORInterceptor_Adapter* TAO_ORB_Core::ior_interceptor_adapter_
protected

IORInterceptor adapter.

◆ ior_manip_factory_

CORBA::Object_ptr TAO_ORB_Core::ior_manip_factory_
protected

The cached object reference for the IORManipulataion.

◆ ior_table_

CORBA::Object_ptr TAO_ORB_Core::ior_table_
protected

The cached object reference for the IORTable.

◆ lock_

TAO_SYNCH_MUTEX TAO_ORB_Core::lock_
protected

Synchronize internal state...

◆ monitor_

CORBA::Object_ptr TAO_ORB_Core::monitor_
protected

The cached object reference for the Monitor.

◆ network_priority_protocols_hooks_

TAO_Network_Priority_Protocols_Hooks* TAO_ORB_Core::network_priority_protocols_hooks_

Handle to the factory for network_priority_protocols_hooks_..

◆ object_key_table_

TAO::ObjectKey_Table TAO_ORB_Core::object_key_table_
protected

Table that stores the object key instead of caching one per-profile.

◆ object_ref_table_

TAO_Object_Ref_Table TAO_ORB_Core::object_ref_table_
protected

Table that maps object key/name to (de-stringified) object reference. It is needed for supporting local objects in the resolve_initial_references() mechanism.

◆ open_lock_

TAO_SYNCH_MUTEX TAO_ORB_Core::open_lock_
protected

Mutual exclusion for calling open.

◆ opt_for_collocation_

CORBA::Boolean TAO_ORB_Core::opt_for_collocation_
protected

TRUE if we want to take advantage of collocation optimization in this ORB.

◆ orb_

CORBA::ORB_ptr TAO_ORB_Core::orb_
protected
Note
Should we keep a single ORB pointer? This is good because multiple calls to ORB_init() with the same ORBid can use the same object, but maybe don't want so much coupling.

Pointer to the ORB.

◆ orb_params_

TAO_ORB_Parameters TAO_ORB_Core::orb_params_
protected

Parameters used by the ORB.

◆ orbid_

char* TAO_ORB_Core::orbid_
protected

The ORBid for this ORB.

◆ orbinitializer_registry_

TAO::ORBInitializer_Registry_Adapter* TAO_ORB_Core::orbinitializer_registry_
protected

Registry containing all orb initializers.

◆ parser_registry_

TAO_Parser_Registry TAO_ORB_Core::parser_registry_
protected

The IOR parser registry.

◆ poa_adapter_

TAO_Adapter* TAO_ORB_Core::poa_adapter_
protected

An optimization for the POA.

◆ poa_current_

CORBA::Object_var TAO_ORB_Core::poa_current_
protected

POA current.

◆ policy_factory_registry_

TAO::PolicyFactory_Registry_Adapter* TAO_ORB_Core::policy_factory_registry_
protected

Registry containing all registered policy factories.

◆ protocol_factories_

TAO_ProtocolFactorySet* TAO_ORB_Core::protocol_factories_
protected

Synchronize internal state...

◆ protocols_hooks_

TAO_Protocols_Hooks* TAO_ORB_Core::protocols_hooks_

Handle to the factory for protocols_hooks_..

◆ refcount_

std::atomic<uint32_t> TAO_ORB_Core::refcount_
protected

Number of outstanding references to this object.

◆ request_dispatcher_

TAO_Request_Dispatcher* TAO_ORB_Core::request_dispatcher_
protected

The request dispatching strategy.

◆ resource_factory_

TAO_Resource_Factory* TAO_ORB_Core::resource_factory_
protected

Handle to the factory for resource information..

◆ root_poa_

CORBA::Object_var TAO_ORB_Core::root_poa_
protected

Object reference to the root POA. It will eventually be the object reference returned by calls to CORBA::ORB::resolve_initial_references ("RootPOA").

◆ server_factory_

TAO_Server_Strategy_Factory* TAO_ORB_Core::server_factory_
protected

Handle to the factory for Server-side strategies.

◆ server_id_

ACE_CString TAO_ORB_Core::server_id_
protected

The server_id_ that was passed via -ORBServerId option.

◆ service_context_registry_

TAO_Service_Context_Registry TAO_ORB_Core::service_context_registry_
protected

Registry containing all service context handlers.

◆ stub_factory_

TAO_Stub_Factory* TAO_ORB_Core::stub_factory_
protected

Synchronize internal state...

◆ sync_scope_hook_

Sync_Scope_Hook TAO_ORB_Core::sync_scope_hook_
protected

The hook to be set for the SyncScopePolicy.

◆ thread_lane_resources_manager_

TAO_Thread_Lane_Resources_Manager* TAO_ORB_Core::thread_lane_resources_manager_
protected

Synchronize internal state...

◆ thread_per_connection_timeout_

ACE_Time_Value TAO_ORB_Core::thread_per_connection_timeout_
protected

Fault Tolerant service hook.

◆ thread_per_connection_use_timeout_

int TAO_ORB_Core::thread_per_connection_use_timeout_
protected

The value of the timeout if the flag above is not zero.

◆ timeout_hook_

Timeout_Hook TAO_ORB_Core::timeout_hook_
protected

The hook to be set for the RelativeRoundtripTimeoutPolicy.

◆ tm_

ACE_Thread_Manager TAO_ORB_Core::tm_
protected

The Thread Manager.

◆ tss_cleanup_funcs_

TAO_Cleanup_Func_Registry TAO_ORB_Core::tss_cleanup_funcs_
protected

TSS Object cleanup functions. These correspond to the TSS objects stored in TAO's TSS resources.

◆ typecode_factory_

CORBA::Object_ptr TAO_ORB_Core::typecode_factory_
protected

The cached IOR for the TypeCodeFactory DLL.

◆ use_global_collocation_

CORBA::Boolean TAO_ORB_Core::use_global_collocation_
protected

TRUE if we want to consider all ORBs in this address space collocated.

◆ use_implrepo_

int TAO_ORB_Core::use_implrepo_
protected

Flag for whether the implrepo support is enabled or not.

◆ use_local_memory_pool_

bool TAO_ORB_Core::use_local_memory_pool_
private

Synchronize internal state...

◆ valuetype_adapter_

TAO_Valuetype_Adapter* TAO_ORB_Core::valuetype_adapter_
protected

Pointer to the valuetype adapter.

◆ ziop_adapter_

TAO_ZIOP_Adapter* TAO_ORB_Core::ziop_adapter_
protected

ZIOP Adapter.

◆ ziop_enabled_

CORBA::Boolean TAO_ORB_Core::ziop_enabled_
protected

ZIOP enabled or not.


The documentation for this class was generated from the following files: