#include <ORBInitInfoC.h>
Inheritance diagram for PortableInterceptor::ORBInitInfo:
Public Types | |
typedef string | ObjectId |
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 | |
void | register_initial_reference (in ObjectId id, in Object obj) raises (InvalidName) |
Object | resolve_initial_references (in ObjectId id) raises (InvalidName) |
void | add_client_request_interceptor (in ClientRequestInterceptor interceptor) raises (DuplicateName) |
void | add_server_request_interceptor (in ServerRequestInterceptor interceptor) raises (DuplicateName) |
void | add_ior_interceptor (in IORInterceptor interceptor) raises (DuplicateName) |
SlotId | allocate_slot_id () |
void | register_policy_factory (in CORBA::PolicyType type, in PolicyFactory policy_factory) |
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 CORBA::Boolean | _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Allows us to forbid marshaling of local interfaces. | |
Static Public Member Functions | |
ORBInitInfo_ptr | _duplicate (ORBInitInfo_ptr obj) |
void | _tao_release (ORBInitInfo_ptr obj) |
ORBInitInfo_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
No-op it is just here to simplify some templates. | |
ORBInitInfo_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
ORBInitInfo_ptr | _nil (void) |
Return a NULL object. | |
void | _tao_any_destructor (void *) |
Used in the implementation of CORBA::Any. | |
Public Attributes | |
readonly attribute CORBA::StringSeq | arguments |
readonly attribute string | orb_id |
readonly attribute IOP::CodecFactory | codec_factory |
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 &) |
|
Reimplemented from CORBA::Object. Implemented in TAO_ORBInitInfo. |
|
Reimplemented from CORBA::Object. Implemented 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. Implemented in TAO_ORBInitInfo. |
|
|
|
No-op it is just here to simplify some templates.
Reimplemented from CORBA::Object. Implemented in TAO_ORBInitInfo. |
|
Return a NULL object.
Reimplemented from CORBA::Object. Implemented in TAO_ORBInitInfo. |
|
Used in the implementation of CORBA::Any.
Reimplemented from CORBA::Object. |
|
|
|
Implemented in TAO_ORBInitInfo. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in TAO_ORBInitInfo. |
|
|
|
Implemented in TAO_ORBInitInfo. |
|
Implemented in TAO_ORBInitInfo. |
|
Allows us to forbid marshaling of local interfaces.
Reimplemented from CORBA::Object. |
|
|
|
Implemented in TAO_ORBInitInfo. |
|
|
|
|
|
|
|
|
|
Implemented in TAO_ORBInitInfo. |
|
|
|
Initial value: &_tao_tc_PortableInterceptor_ORBInitInfo_DuplicateName |
|
Initial value: &_tao_tc_PortableInterceptor_ORBInitInfo_InvalidName |
|
Initial value: &_tao_tc_PortableInterceptor_ORBInitInfo_ObjectId |
|
|
|
|
|
|