#include <PortableInterceptorC.h>
Inheritance diagram for PortableInterceptor::ORBInitInfo:
Public Types | |
typedef ORBInitInfo_ptr | _ptr_type |
typedef ORBInitInfo_var | _var_type |
typedef char * | ObjectId |
typedef CORBA::String_var | ObjectId_var |
typedef CORBA::String_out | ObjectId_out |
Public Methods | |
virtual::CORBA::StringSeq * | arguments (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual char * | orb_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual::IOP::CodecFactory_ptr | codec_factory (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | register_initial_reference (const char *id, CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , PortableInterceptor::ORBInitInfo::InvalidName ) |
virtual CORBA::Object_ptr | resolve_initial_references (const char *id ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , PortableInterceptor::ORBInitInfo::InvalidName ) |
virtual void | add_client_request_interceptor (PortableInterceptor::ClientRequestInterceptor_ptr interceptor ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , PortableInterceptor::ORBInitInfo::DuplicateName ) |
virtual void | add_server_request_interceptor (PortableInterceptor::ServerRequestInterceptor_ptr interceptor ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , PortableInterceptor::ORBInitInfo::DuplicateName ) |
virtual void | add_ior_interceptor (PortableInterceptor::IORInterceptor_ptr interceptor ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , PortableInterceptor::ORBInitInfo::DuplicateName ) |
virtual PortableInterceptor::SlotId | allocate_slot_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | register_policy_factory (CORBA::PolicyType type, PortableInterceptor::PolicyFactory_ptr policy_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 | |
ORBInitInfo_ptr | _duplicate (ORBInitInfo_ptr obj) |
ORBInitInfo_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
ORBInitInfo_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
ORBInitInfo_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 | |
ORBInitInfo (void) | |
virtual | ~ORBInitInfo (void) |
Private Methods | |
ORBInitInfo (const ORBInitInfo &) | |
void | operator= (const ORBInitInfo &) |
|
Reimplemented from CORBA_Object. Reimplemented in TAO_ORBInitInfo. |
|
Reimplemented from CORBA_Object. Reimplemented in TAO_ORBInitInfo. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The repository ID for the most derived class, this is an implementation method and does no remote invocations! Reimplemented from CORBA_Object. Reimplemented in TAO_ORBInitInfo. |
|
Reimplemented in TAO_ORBInitInfo. |
|
Return a NULL object.
Reimplemented from CORBA_Object. Reimplemented in TAO_ORBInitInfo. |
|
Downcasting this object pointer to some other derived class. This QueryInterface stuff only work for local object. Reimplemented from CORBA_Object. Reimplemented in TAO_ORBInitInfo. |
|
Reimplemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
|
|
Implemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
Address of this variable used in _unchecked_narrow().
Reimplemented from CORBA_Object. |