import "CCM_ExtensionContext.idl";
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) |
Components::ContainerPortableInterceptor::ClientContainerInterceptorRegistration Components::ExtensionContext::get_client_interceptor_registration | ( | ) | raises (CCMException) |
Implemented in CIAO::ExtensionContext_Impl.
Components::ContainerPortableInterceptor::ServerContainerInterceptorRegistration Components::ExtensionContext::get_server_interceptor_registration | ( | ) | raises (CCMException) |
Implemented in CIAO::ExtensionContext_Impl.
Components::ContainerPortableInterceptor::StubContainerInterceptorRegistration Components::ExtensionContext::get_stub_interceptor_registration | ( | ) | raises (CCMException) |
Implemented in CIAO::ExtensionContext_Impl.
Components::ContainerPortableInterceptor::ServantContainerInterceptorRegistration Components::ExtensionContext::get_servant_interceptor_registration | ( | ) | raises (CCMException) |
Implemented in CIAO::ExtensionContext_Impl.
Cookie Components::ExtensionContext::install_service_reference | ( | in string | service_id, | |
in Object | objref | |||
) | raises (CCMException) |
Object Components::ExtensionContext::uninstall_service_reference | ( | in Cookie | ck | ) | raises (CCMException) |