|
TAO_PI
2.0.3
|
#include <ORBInitInfoC.h>

Classes | |
| class | DuplicateName |
| class | InvalidName |
Public Types | |
| typedef ORBInitInfo_ptr | _ptr_type |
| typedef ORBInitInfo_var | _var_type |
| typedef ORBInitInfo_out | _out_type |
| typedef char * | ObjectId |
| typedef ::CORBA::String_var | ObjectId_var |
| typedef ::CORBA::String_out | ObjectId_out |
Public Member Functions | |
| virtual ::CORBA::StringSeq * | arguments (void)=0 |
| virtual char * | orb_id (void)=0 |
| virtual ::IOP::CodecFactory_ptr | codec_factory (void)=0 |
| virtual void | register_initial_reference (const char *id,::CORBA::Object_ptr obj)=0 |
| virtual ::CORBA::Object_ptr | resolve_initial_references (const char *id)=0 |
| virtual void | add_client_request_interceptor (::PortableInterceptor::ClientRequestInterceptor_ptr interceptor)=0 |
| virtual void | add_server_request_interceptor (::PortableInterceptor::ServerRequestInterceptor_ptr interceptor)=0 |
| virtual void | add_ior_interceptor (::PortableInterceptor::IORInterceptor_ptr interceptor)=0 |
| virtual ::PortableInterceptor::SlotId | allocate_slot_id (void)=0 |
| virtual void | register_policy_factory (::CORBA::PolicyType type,::PortableInterceptor::PolicyFactory_ptr policy_factory)=0 |
| virtual ::CORBA::Boolean | _is_a (const char *type_id) |
| virtual const char * | _interface_repository_id (void) const |
| virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
| static ORBInitInfo_ptr | _duplicate (ORBInitInfo_ptr obj) |
| static void | _tao_release (ORBInitInfo_ptr obj) |
| static ORBInitInfo_ptr | _narrow (::CORBA::Object_ptr obj) |
| static ORBInitInfo_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
| static ORBInitInfo_ptr | _nil (void) |
Static Public Attributes | |
| ::CORBA::TypeCode_ptr const | _tc_ObjectId |
| ::CORBA::TypeCode_ptr const | _tc_DuplicateName |
| ::CORBA::TypeCode_ptr const | _tc_InvalidName |
Protected Member Functions | |
| ORBInitInfo (void) | |
| virtual | ~ORBInitInfo (void) |
Private Member Functions | |
| ORBInitInfo (const ORBInitInfo &) | |
| void | operator= (const ORBInitInfo &) |
| typedef ORBInitInfo_out PortableInterceptor::ORBInitInfo::_out_type |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ORBInitInfo_3_1.
| typedef ORBInitInfo_ptr PortableInterceptor::ORBInitInfo::_ptr_type |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ORBInitInfo_3_1, and TAO_ORBInitInfo.
| typedef ORBInitInfo_var PortableInterceptor::ORBInitInfo::_var_type |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ORBInitInfo_3_1, and TAO_ORBInitInfo.
| typedef char* PortableInterceptor::ORBInitInfo::ObjectId |
| PortableInterceptor::ORBInitInfo::ORBInitInfo | ( | void | ) | [protected] |
| PortableInterceptor::ORBInitInfo::~ORBInitInfo | ( | void | ) | [protected, virtual] |
| PortableInterceptor::ORBInitInfo::ORBInitInfo | ( | const ORBInitInfo & | ) | [private] |
| PortableInterceptor::ORBInitInfo_ptr PortableInterceptor::ORBInitInfo::_duplicate | ( | ORBInitInfo_ptr | obj | ) | [static] |
| const char * PortableInterceptor::ORBInitInfo::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ORBInitInfo_3_1, and TAO_ORBInitInfo.
| CORBA::Boolean PortableInterceptor::ORBInitInfo::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ORBInitInfo_3_1.
| PortableInterceptor::ORBInitInfo_ptr PortableInterceptor::ORBInitInfo::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in PortableInterceptor::ORBInitInfo_3_1.
| PortableInterceptor::ORBInitInfo_ptr PortableInterceptor::ORBInitInfo::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ORBInitInfo_3_1, and TAO_ORBInitInfo.
| void PortableInterceptor::ORBInitInfo::_tao_release | ( | ORBInitInfo_ptr | obj | ) | [static] |
| PortableInterceptor::ORBInitInfo_ptr PortableInterceptor::ORBInitInfo::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in PortableInterceptor::ORBInitInfo_3_1.
| virtual void PortableInterceptor::ORBInitInfo::add_client_request_interceptor | ( | ::PortableInterceptor::ClientRequestInterceptor_ptr | interceptor | ) | [pure virtual] |
| virtual void PortableInterceptor::ORBInitInfo::add_ior_interceptor | ( | ::PortableInterceptor::IORInterceptor_ptr | interceptor | ) | [pure virtual] |
| virtual void PortableInterceptor::ORBInitInfo::add_server_request_interceptor | ( | ::PortableInterceptor::ServerRequestInterceptor_ptr | interceptor | ) | [pure virtual] |
| virtual ::PortableInterceptor::SlotId PortableInterceptor::ORBInitInfo::allocate_slot_id | ( | void | ) | [pure virtual] |
Implemented in TAO_ORBInitInfo.
| virtual ::CORBA::StringSeq* PortableInterceptor::ORBInitInfo::arguments | ( | void | ) | [pure virtual] |
Implemented in TAO_ORBInitInfo.
| virtual ::IOP::CodecFactory_ptr PortableInterceptor::ORBInitInfo::codec_factory | ( | void | ) | [pure virtual] |
Implemented in TAO_ORBInitInfo.
| CORBA::Boolean PortableInterceptor::ORBInitInfo::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in PortableInterceptor::ORBInitInfo_3_1.
| void PortableInterceptor::ORBInitInfo::operator= | ( | const ORBInitInfo & | ) | [private] |
| virtual char* PortableInterceptor::ORBInitInfo::orb_id | ( | void | ) | [pure virtual] |
Implemented in TAO_ORBInitInfo.
| virtual void PortableInterceptor::ORBInitInfo::register_initial_reference | ( | const char * | id, |
| ::CORBA::Object_ptr | obj | ||
| ) | [pure virtual] |
| virtual void PortableInterceptor::ORBInitInfo::register_policy_factory | ( | ::CORBA::PolicyType | type, |
| ::PortableInterceptor::PolicyFactory_ptr | policy_factory | ||
| ) | [pure virtual] |
| virtual ::CORBA::Object_ptr PortableInterceptor::ORBInitInfo::resolve_initial_references | ( | const char * | id | ) | [pure virtual] |
Implemented in TAO_ORBInitInfo.
1.7.6.1