PortableInterceptor::ORBInitInfo Class Reference

#include <ORBInitInfoC.h>

Inheritance diagram for PortableInterceptor::ORBInitInfo:

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

Collaboration graph
[legend]
List of all members.

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::StringSeqarguments ()=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

Member Typedef Documentation

typedef ORBInitInfo_ptr PortableInterceptor::ORBInitInfo::_ptr_type

Reimplemented from CORBA::Object.

Reimplemented in TAO_ORBInitInfo, and PortableInterceptor::ORBInitInfo_3_1.

typedef ORBInitInfo_var PortableInterceptor::ORBInitInfo::_var_type

Reimplemented from CORBA::Object.

Reimplemented in TAO_ORBInitInfo, and PortableInterceptor::ORBInitInfo_3_1.

typedef char* PortableInterceptor::ORBInitInfo::ObjectId

typedef ::CORBA::String_out PortableInterceptor::ORBInitInfo::ObjectId_out

typedef ::CORBA::String_var PortableInterceptor::ORBInitInfo::ObjectId_var


Constructor & Destructor Documentation

PortableInterceptor::ORBInitInfo::ORBInitInfo ( void   )  [protected]

PortableInterceptor::ORBInitInfo::~ORBInitInfo ( void   )  [protected, virtual]

PortableInterceptor::ORBInitInfo::ORBInitInfo ( const ORBInitInfo  )  [private]


Member Function Documentation

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]

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.

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]

Reimplemented from CORBA::Object.

Reimplemented in PortableInterceptor::ORBInitInfo_3_1.

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.


Member Data Documentation

CORBA::TypeCode_ptr const PortableInterceptor::ORBInitInfo::_tc_DuplicateName [static]

Initial value:

CORBA::TypeCode_ptr const PortableInterceptor::ORBInitInfo::_tc_InvalidName [static]

Initial value:

CORBA::TypeCode_ptr const PortableInterceptor::ORBInitInfo::_tc_ObjectId [static]

Initial value:


The documentation for this class was generated from the following files:
Generated on Wed Apr 19 03:33:52 2006 for TAO_PI by  doxygen 1.4.6-4