CIAO  1.0.8
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
Components::ExtensionContext Class Reference

import "CCM_ExtensionContextC.h";

Inheritance diagram for Components::ExtensionContext:
Inheritance graph
[legend]
Collaboration diagram for Components::ExtensionContext:
Collaboration graph
[legend]

List of all members.

Public Types

typedef ExtensionContext_ptr _ptr_type
typedef ExtensionContext_var _var_type
typedef ExtensionContext_out _out_type

Public Member Functions

Components::ContainerPortableInterceptor::ClientContainerInterceptorRegistration get_client_interceptor_registration () raises (CCMException)
Components::ContainerPortableInterceptor::ServerContainerInterceptorRegistration get_server_interceptor_registration () raises (CCMException)
Components::ContainerPortableInterceptor::StubContainerInterceptorRegistration get_stub_interceptor_registration () raises (CCMException)
Components::ContainerPortableInterceptor::ServantContainerInterceptorRegistration get_servant_interceptor_registration () raises (CCMException)
Cookie install_service_reference (in string service_id, in Object objref) raises (CCMException)
Object uninstall_service_reference (in Cookie ck) raises (CCMException)
virtual
::Components::ContainerPortableInterceptor::ClientContainerInterceptorRegistration_ptr 
get_client_interceptor_registration (void)=0
virtual
::Components::ContainerPortableInterceptor::ServerContainerInterceptorRegistration_ptr 
get_server_interceptor_registration (void)=0
virtual
::Components::ContainerPortableInterceptor::StubContainerInterceptorRegistration_ptr 
get_stub_interceptor_registration (void)=0
virtual
::Components::ContainerPortableInterceptor::ServantContainerInterceptorRegistration_ptr 
get_servant_interceptor_registration (void)=0
virtual ::Components::Cookieinstall_service_reference (const char *service_id,::CORBA::Object_ptr objref)=0
virtual ::CORBA::Object_ptr uninstall_service_reference (::Components::Cookie *ck)=0
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 ExtensionContext_ptr _duplicate (ExtensionContext_ptr obj)
static void _tao_release (ExtensionContext_ptr obj)
static ExtensionContext_ptr _narrow (::CORBA::Object_ptr obj)
static ExtensionContext_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static ExtensionContext_ptr _nil (void)

Protected Member Functions

 ExtensionContext (void)
virtual ~ExtensionContext (void)

Private Member Functions

 ExtensionContext (const ExtensionContext &)
void operator= (const ExtensionContext &)

Member Typedef Documentation

Reimplemented from Components::CCMContext.

Reimplemented from Components::CCMContext.

Reimplemented from Components::CCMContext.


Constructor & Destructor Documentation

Components::ExtensionContext::ExtensionContext ( void  ) [protected]
Components::ExtensionContext::~ExtensionContext ( void  ) [protected, virtual]
Components::ExtensionContext::ExtensionContext ( const ExtensionContext ) [private]

Member Function Documentation

Components::ExtensionContext_ptr Components::ExtensionContext::_duplicate ( ExtensionContext_ptr  obj) [static]
const char * Components::ExtensionContext::_interface_repository_id ( void  ) const [virtual]

Reimplemented from Components::CCMContext.

CORBA::Boolean Components::ExtensionContext::_is_a ( const char *  type_id) [virtual]

Reimplemented from Components::CCMContext.

Components::ExtensionContext_ptr Components::ExtensionContext::_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from Components::CCMContext.

Components::ExtensionContext_ptr Components::ExtensionContext::_nil ( void  ) [static]

Reimplemented from Components::CCMContext.

void Components::ExtensionContext::_tao_release ( ExtensionContext_ptr  obj) [static]
Components::ExtensionContext_ptr Components::ExtensionContext::_unchecked_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from Components::CCMContext.

Components::ContainerPortableInterceptor::ClientContainerInterceptorRegistration Components::ExtensionContext::get_client_interceptor_registration ( ) raises (CCMException)
virtual ::Components::ContainerPortableInterceptor::ClientContainerInterceptorRegistration_ptr Components::ExtensionContext::get_client_interceptor_registration ( void  ) [pure virtual]
Components::ContainerPortableInterceptor::ServantContainerInterceptorRegistration Components::ExtensionContext::get_servant_interceptor_registration ( ) raises (CCMException)
virtual ::Components::ContainerPortableInterceptor::ServantContainerInterceptorRegistration_ptr Components::ExtensionContext::get_servant_interceptor_registration ( void  ) [pure virtual]
Components::ContainerPortableInterceptor::ServerContainerInterceptorRegistration Components::ExtensionContext::get_server_interceptor_registration ( ) raises (CCMException)
virtual ::Components::ContainerPortableInterceptor::ServerContainerInterceptorRegistration_ptr Components::ExtensionContext::get_server_interceptor_registration ( void  ) [pure virtual]
Components::ContainerPortableInterceptor::StubContainerInterceptorRegistration Components::ExtensionContext::get_stub_interceptor_registration ( ) raises (CCMException)
virtual ::Components::ContainerPortableInterceptor::StubContainerInterceptorRegistration_ptr Components::ExtensionContext::get_stub_interceptor_registration ( void  ) [pure virtual]
Cookie Components::ExtensionContext::install_service_reference ( in string  service_id,
in Object  objref 
) raises (CCMException)
virtual ::Components::Cookie* Components::ExtensionContext::install_service_reference ( const char *  service_id,
::CORBA::Object_ptr  objref 
) [pure virtual]
CORBA::Boolean Components::ExtensionContext::marshal ( TAO_OutputCDR cdr) [virtual]

Reimplemented from Components::CCMContext.

void Components::ExtensionContext::operator= ( const ExtensionContext ) [private]
Object Components::ExtensionContext::uninstall_service_reference ( in Cookie  ck) raises (CCMException)
virtual ::CORBA::Object_ptr Components::ExtensionContext::uninstall_service_reference ( ::Components::Cookie ck) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines