#include <ORBInitInfoC.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 Member Functions | |
virtual ::CORBA::StringSeq * | arguments ()=0 throw ( ::CORBA::SystemException ) |
virtual char * | orb_id ()=0 throw ( ::CORBA::SystemException ) |
virtual ::IOP::CodecFactory_ptr | codec_factory ()=0 throw ( ::CORBA::SystemException ) |
virtual void | register_initial_reference (const char *id,::CORBA::Object_ptr obj)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::InvalidName ) |
virtual ::CORBA::Object_ptr | resolve_initial_references (const char *id)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::InvalidName ) |
virtual void | add_client_request_interceptor (::PortableInterceptor::ClientRequestInterceptor_ptr interceptor)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName ) |
virtual void | add_server_request_interceptor (::PortableInterceptor::ServerRequestInterceptor_ptr interceptor)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName ) |
virtual void | add_ior_interceptor (::PortableInterceptor::IORInterceptor_ptr interceptor)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName ) |
virtual ::PortableInterceptor::SlotId | allocate_slot_id ()=0 throw ( ::CORBA::SystemException ) |
virtual void | register_policy_factory (::CORBA::PolicyType type,::PortableInterceptor::PolicyFactory_ptr policy_factory)=0 throw ( ::CORBA::SystemException ) |
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 &) |
Classes | |
class | DuplicateName |
class | InvalidName |
Reimplemented from CORBA::Object.
Reimplemented in TAO_ORBInitInfo, and PortableInterceptor::ORBInitInfo_3_1.
Reimplemented from CORBA::Object.
Reimplemented in TAO_ORBInitInfo, and PortableInterceptor::ORBInitInfo_3_1.
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 TAO_ORBInitInfo, and PortableInterceptor::ORBInitInfo_3_1.
CORBA::Boolean PortableInterceptor::ORBInitInfo::_is_a | ( | const char * | type_id | ) | [virtual] |
PortableInterceptor::ORBInitInfo_ptr PortableInterceptor::ORBInitInfo::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in PortableInterceptor::ORBInitInfo_3_1.
static ORBInitInfo_ptr PortableInterceptor::ORBInitInfo::_nil | ( | void | ) | [inline, static] |
Reimplemented from CORBA::Object.
Reimplemented in TAO_ORBInitInfo, and PortableInterceptor::ORBInitInfo_3_1.
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 | ) | throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName ) [pure virtual] |
virtual void PortableInterceptor::ORBInitInfo::add_ior_interceptor | ( | ::PortableInterceptor::IORInterceptor_ptr | interceptor | ) | throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName ) [pure virtual] |
virtual void PortableInterceptor::ORBInitInfo::add_server_request_interceptor | ( | ::PortableInterceptor::ServerRequestInterceptor_ptr | interceptor | ) | throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName ) [pure virtual] |
virtual ::PortableInterceptor::SlotId PortableInterceptor::ORBInitInfo::allocate_slot_id | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO_ORBInitInfo.
virtual ::CORBA::StringSeq* PortableInterceptor::ORBInitInfo::arguments | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO_ORBInitInfo.
virtual ::IOP::CodecFactory_ptr PortableInterceptor::ORBInitInfo::codec_factory | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO_ORBInitInfo.
CORBA::Boolean PortableInterceptor::ORBInitInfo::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
void PortableInterceptor::ORBInitInfo::operator= | ( | const ORBInitInfo & | ) | [private] |
virtual char* PortableInterceptor::ORBInitInfo::orb_id | ( | ) | throw ( ::CORBA::SystemException ) [pure virtual] |
Implemented in TAO_ORBInitInfo.
virtual void PortableInterceptor::ORBInitInfo::register_initial_reference | ( | const char * | id, | |
::CORBA::Object_ptr | obj | |||
) | throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::InvalidName ) [pure virtual] |
virtual void PortableInterceptor::ORBInitInfo::register_policy_factory | ( | ::CORBA::PolicyType | type, | |
::PortableInterceptor::PolicyFactory_ptr | policy_factory | |||
) | throw ( ::CORBA::SystemException ) [pure virtual] |
virtual ::CORBA::Object_ptr PortableInterceptor::ORBInitInfo::resolve_initial_references | ( | const char * | id | ) | throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::InvalidName ) [pure virtual] |
Implemented in TAO_ORBInitInfo.
Initial value:
Initial value:
Initial value: