#include <IORInfo.h>
Inheritance diagram for TAO_IORInfo:
Public Methods | |
TAO_IORInfo (TAO_ORB_Core *orb_core, TAO_POA *poa) | |
Constructor. More... | |
virtual CORBA::Policy_ptr | get_effective_policy (CORBA::PolicyType type ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Return the policy matching the given policy type that is in effect for the object whose IOR is being created. More... | |
virtual void | add_ior_component (const IOP::TaggedComponent &component ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Add the given tagged component to all profiles. More... | |
virtual void | add_ior_component_to_profile (const IOP::TaggedComponent &component, IOP::ProfileId profile_id ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Add the given tagged component to all profiles matching the given ProfileId. More... | |
virtual PortableInterceptor::AdapterManagerId | manager_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual PortableInterceptor::AdapterState | state (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual PortableInterceptor::ObjectReferenceTemplate * | adapter_template (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual PortableInterceptor::ObjectReferenceFactory * | current_factory (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual void | current_factory (PortableInterceptor::ObjectReferenceFactory *current_factory ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Protected Methods | |
~TAO_IORInfo (void) | |
Destructor is protected to force instantiation on the heap since it is reference counted. More... | |
Private Methods | |
TAO_IORInfo (const TAO_IORInfo &) | |
Prevent copying through the copy constructor and the assignment operator. More... | |
void | operator= (const TAO_IORInfo &) |
Private Attributes | |
TAO_ORB_Core * | orb_core_ |
Pointer to the ORB Core of the current ORB. More... | |
TAO_POA * | poa_ |
Pointer to POA. More... | |
PortableInterceptor::AdapterState | state_ |
The Adapter state. More... | |
PortableInterceptor::AdapterManagerId | manager_id_ |
The AdapterManagerId. More... | |
PortableInterceptor::ObjectReferenceTemplate * | adapter_template_ |
The ObjectReferenceTemplate. More... | |
PortableInterceptor::ObjectReferenceFactory * | current_factory_ |
The current factory. More... | |
Friends | |
class | TAO_dummy_friend |
class | TAO_POA |
|
Constructor.
|
|
Destructor is protected to force instantiation on the heap since it is reference counted.
|
|
Prevent copying through the copy constructor and the assignment operator.
|
|
|
|
Add the given tagged component to all profiles.
|
|
Add the given tagged component to all profiles matching the given ProfileId.
|
|
|
|
|
|
Return the policy matching the given policy type that is in effect for the object whose IOR is being created.
|
|
|
|
|
|
|
|
|
|
|
|
The ObjectReferenceTemplate.
|
|
The current factory.
|
|
The AdapterManagerId.
|
|
Pointer to the ORB Core of the current ORB.
|
|
Pointer to POA.
|
|
The Adapter state.
|