#include <ORBInitInfoC.h>
Inheritance diagram for PortableInterceptor::ORBInitInfo_3_1:
Public Types | |
typedef ORBInitInfo_3_1_ptr | _ptr_type |
typedef ORBInitInfo_3_1_var | _var_type |
Public Member Functions | |
virtual void | add_client_request_interceptor_with_policy (::PortableInterceptor::ClientRequestInterceptor_ptr interceptor, const ::CORBA::PolicyList &policies)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName, ::CORBA::PolicyError ) |
virtual void | add_server_request_interceptor_with_policy (::PortableInterceptor::ServerRequestInterceptor_ptr interceptor, const ::CORBA::PolicyList &policies)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName, ::CORBA::PolicyError ) |
virtual void | add_ior_interceptor_with_policy (::PortableInterceptor::IORInterceptor_ptr interceptor, const ::CORBA::PolicyList &policies)=0 throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName, ::CORBA::PolicyError ) |
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_3_1_ptr | _duplicate (ORBInitInfo_3_1_ptr obj) |
static void | _tao_release (ORBInitInfo_3_1_ptr obj) |
static ORBInitInfo_3_1_ptr | _narrow (::CORBA::Object_ptr obj) |
static ORBInitInfo_3_1_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static ORBInitInfo_3_1_ptr | _nil (void) |
Protected Member Functions | |
ORBInitInfo_3_1 (void) | |
virtual | ~ORBInitInfo_3_1 (void) |
Private Member Functions | |
ORBInitInfo_3_1 (const ORBInitInfo_3_1 &) | |
void | operator= (const ORBInitInfo_3_1 &) |
PortableInterceptor::ORBInitInfo_3_1::ORBInitInfo_3_1 | ( | void | ) | [protected] |
PortableInterceptor::ORBInitInfo_3_1::~ORBInitInfo_3_1 | ( | void | ) | [protected, virtual] |
PortableInterceptor::ORBInitInfo_3_1::ORBInitInfo_3_1 | ( | const ORBInitInfo_3_1 & | ) | [private] |
PortableInterceptor::ORBInitInfo_3_1_ptr PortableInterceptor::ORBInitInfo_3_1::_duplicate | ( | ORBInitInfo_3_1_ptr | obj | ) | [static] |
const char * PortableInterceptor::ORBInitInfo_3_1::_interface_repository_id | ( | void | ) | const [virtual] |
CORBA::Boolean PortableInterceptor::ORBInitInfo_3_1::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from PortableInterceptor::ORBInitInfo.
PortableInterceptor::ORBInitInfo_3_1_ptr PortableInterceptor::ORBInitInfo_3_1::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from PortableInterceptor::ORBInitInfo.
static ORBInitInfo_3_1_ptr PortableInterceptor::ORBInitInfo_3_1::_nil | ( | void | ) | [inline, static] |
void PortableInterceptor::ORBInitInfo_3_1::_tao_release | ( | ORBInitInfo_3_1_ptr | obj | ) | [static] |
PortableInterceptor::ORBInitInfo_3_1_ptr PortableInterceptor::ORBInitInfo_3_1::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from PortableInterceptor::ORBInitInfo.
virtual void PortableInterceptor::ORBInitInfo_3_1::add_client_request_interceptor_with_policy | ( | ::PortableInterceptor::ClientRequestInterceptor_ptr | interceptor, | |
const ::CORBA::PolicyList & | policies | |||
) | throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName, ::CORBA::PolicyError ) [pure virtual] |
virtual void PortableInterceptor::ORBInitInfo_3_1::add_ior_interceptor_with_policy | ( | ::PortableInterceptor::IORInterceptor_ptr | interceptor, | |
const ::CORBA::PolicyList & | policies | |||
) | throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName, ::CORBA::PolicyError ) [pure virtual] |
virtual void PortableInterceptor::ORBInitInfo_3_1::add_server_request_interceptor_with_policy | ( | ::PortableInterceptor::ServerRequestInterceptor_ptr | interceptor, | |
const ::CORBA::PolicyList & | policies | |||
) | throw ( ::CORBA::SystemException, ::PortableInterceptor::ORBInitInfo::DuplicateName, ::CORBA::PolicyError ) [pure virtual] |
CORBA::Boolean PortableInterceptor::ORBInitInfo_3_1::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from PortableInterceptor::ORBInitInfo.
void PortableInterceptor::ORBInitInfo_3_1::operator= | ( | const ORBInitInfo_3_1 & | ) | [private] |