#include <PortableInterceptorC.h>
Inheritance diagram for PortableInterceptor::IORInfo:
Public Types | |
typedef IORInfo_ptr | _ptr_type |
typedef IORInfo_var | _var_type |
Public Methods | |
virtual::CORBA::Policy_ptr | get_effective_policy (CORBA::PolicyType type ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | add_ior_component (const IOP::TaggedComponent &component ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | add_ior_component_to_profile (const IOP::TaggedComponent &component, IOP::ProfileId profile_id ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual PortableInterceptor::AdapterManagerId | manager_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual PortableInterceptor::AdapterState | state (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::PortableInterceptor::ObjectReferenceTemplate * | adapter_template (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::PortableInterceptor::ObjectReferenceFactory * | current_factory (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | current_factory (PortableInterceptor::ObjectReferenceFactory *current_factory ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void * | _tao_QueryInterface (ptr_arith_t type) |
virtual const char * | _interface_repository_id (void) const |
Static Public Methods | |
IORInfo_ptr | _duplicate (IORInfo_ptr obj) |
IORInfo_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
IORInfo_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
IORInfo_ptr | _nil (void) |
Return a NULL object. | |
Static Public Attributes | |
int | _tao_class_id = 0 |
Address of this variable used in _unchecked_narrow(). | |
Protected Methods | |
IORInfo (void) | |
virtual | ~IORInfo (void) |
Private Methods | |
IORInfo (const IORInfo &) | |
void | operator= (const IORInfo &) |
|
Reimplemented from CORBA_Object. |
|
Reimplemented from CORBA_Object. |
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Reimplemented from CORBA_Object. |
|
|
|
Return a NULL object.
Reimplemented from CORBA_Object. |
|
Downcasting this object pointer to some other derived class. This QueryInterface stuff only work for local object. Reimplemented from CORBA_Object. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Address of this variable used in _unchecked_narrow().
Reimplemented from CORBA_Object. |