Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

PortableInterceptor::ORBInitInfo_3_1 Interface Reference

#include <ORBInitInfoC.h>

Inheritance diagram for PortableInterceptor::ORBInitInfo_3_1:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef ORBInitInfo_3_1_ptr _ptr_type
typedef ORBInitInfo_3_1_var _var_type

Public Member Functions

void add_client_request_interceptor_with_policy (in ClientRequestInterceptor interceptor, in CORBA::PolicyList policies) raises (DuplicateName, CORBA::PolicyError)
void add_server_request_interceptor_with_policy (in ServerRequestInterceptor interceptor, in CORBA::PolicyList policies) raises (DuplicateName, CORBA::PolicyError)
void add_ior_interceptor_with_policy (in IORInterceptor interceptor, in CORBA::PolicyList policies) raises (DuplicateName, CORBA::PolicyError)
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

ORBInitInfo_3_1_ptr _duplicate (ORBInitInfo_3_1_ptr obj)
void _tao_release (ORBInitInfo_3_1_ptr obj)
ORBInitInfo_3_1_ptr _narrow (::CORBA::Object_ptr obj)
ORBInitInfo_3_1_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
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 &)

Member Typedef Documentation

typedef ORBInitInfo_3_1_ptr PortableInterceptor::ORBInitInfo_3_1::_ptr_type
 

Implements PortableInterceptor::ORBInitInfo.

Implemented in TAO_ORBInitInfo.

typedef ORBInitInfo_3_1_var PortableInterceptor::ORBInitInfo_3_1::_var_type
 

Implements PortableInterceptor::ORBInitInfo.

Implemented in TAO_ORBInitInfo.


Constructor & Destructor Documentation

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]
 


Member Function Documentation

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]
 

Implements PortableInterceptor::ORBInitInfo.

Implemented in TAO_ORBInitInfo.

virtual ::CORBA::Boolean PortableInterceptor::ORBInitInfo_3_1::_is_a const char *  type_id  )  [virtual]
 

Implements PortableInterceptor::ORBInitInfo.

ORBInitInfo_3_1_ptr PortableInterceptor::ORBInitInfo_3_1::_narrow ::CORBA::Object_ptr  obj  )  [static]
 

Implements PortableInterceptor::ORBInitInfo.

ORBInitInfo_3_1_ptr PortableInterceptor::ORBInitInfo_3_1::_nil void   )  [inline, static]
 

Implements PortableInterceptor::ORBInitInfo.

Implemented in TAO_ORBInitInfo.

void PortableInterceptor::ORBInitInfo_3_1::_tao_release ORBInitInfo_3_1_ptr  obj  )  [static]
 

ORBInitInfo_3_1_ptr PortableInterceptor::ORBInitInfo_3_1::_unchecked_narrow ::CORBA::Object_ptr  obj  )  [static]
 

Implements 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]
 

void PortableInterceptor::ORBInitInfo_3_1::add_client_request_interceptor_with_policy in ClientRequestInterceptor  interceptor,
in CORBA::PolicyList  policies
raises (DuplicateName, CORBA::PolicyError)
 

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]
 

void PortableInterceptor::ORBInitInfo_3_1::add_ior_interceptor_with_policy in IORInterceptor  interceptor,
in CORBA::PolicyList  policies
raises (DuplicateName, CORBA::PolicyError)
 

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]
 

void PortableInterceptor::ORBInitInfo_3_1::add_server_request_interceptor_with_policy in ServerRequestInterceptor  interceptor,
in CORBA::PolicyList  policies
raises (DuplicateName, CORBA::PolicyError)
 

CORBA::Boolean PortableInterceptor::ORBInitInfo_3_1::marshal TAO_OutputCDR cdr  )  [virtual]
 

Implements PortableInterceptor::ORBInitInfo.

void PortableInterceptor::ORBInitInfo_3_1::operator= const ORBInitInfo_3_1  )  [private]
 


The documentation for this interface was generated from the following files:
Generated on Sun Mar 5 15:49:30 2006 for TAO_PI by  doxygen 1.3.9.1