TAO_PI 4.0.0
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
PortableInterceptor::ORBInitInfo Interface Reference

import <ORBInitInfo.pidl;

Inheritance diagram for PortableInterceptor::ORBInitInfo:
Inheritance graph
[legend]

Classes

exception  DuplicateName
 
exception  InvalidName
 

Public Types

typedef string ObjectId
 

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)
 

Public Attributes

readonly attribute CORBA::StringSeq arguments
 
readonly attribute string orb_id
 
readonly attribute IOP::CodecFactory codec_factory
 

Member Typedef Documentation

◆ ObjectId

Member Function Documentation

◆ add_client_request_interceptor()

void PortableInterceptor::ORBInitInfo::add_client_request_interceptor ( in ClientRequestInterceptor interceptor)
raises (DuplicateName )

◆ add_ior_interceptor()

void PortableInterceptor::ORBInitInfo::add_ior_interceptor ( in IORInterceptor interceptor)
raises (DuplicateName )

◆ add_server_request_interceptor()

void PortableInterceptor::ORBInitInfo::add_server_request_interceptor ( in ServerRequestInterceptor interceptor)
raises (DuplicateName )

◆ allocate_slot_id()

SlotId PortableInterceptor::ORBInitInfo::allocate_slot_id ( )

Implemented in TAO_ORBInitInfo.

◆ register_initial_reference()

void PortableInterceptor::ORBInitInfo::register_initial_reference ( in ObjectId id,
in Object obj )
raises (InvalidName )

◆ register_policy_factory()

void PortableInterceptor::ORBInitInfo::register_policy_factory ( in CORBA::PolicyType type,
in PolicyFactory policy_factory )

◆ resolve_initial_references()

Object PortableInterceptor::ORBInitInfo::resolve_initial_references ( in ObjectId id)
raises (InvalidName )

Member Data Documentation

◆ arguments

readonly attribute CORBA::StringSeq PortableInterceptor::ORBInitInfo::arguments

Implemented in TAO_ORBInitInfo.

◆ codec_factory

readonly attribute IOP::CodecFactory PortableInterceptor::ORBInitInfo::codec_factory

Implemented in TAO_ORBInitInfo.

◆ orb_id

readonly attribute string PortableInterceptor::ORBInitInfo::orb_id

Implemented in TAO_ORBInitInfo.


The documentation for this interface was generated from the following file: