CIAO
1.0.8
|
Implementation of the CCM_ServerContainerInterceptorRegistration interface. More...
#include <StubContainerInterceptorRegistration_Impl.h>
Public Member Functions | |
StubContainerInterceptorRegistration_Impl (void) | |
virtual | ~StubContainerInterceptorRegistration_Impl (void) |
virtual ::Components::Cookie * | register_stub_interceptor (::Components::ContainerPortableInterceptor::StubContainerInterceptor_ptr ci) |
virtual ::Components::ContainerPortableInterceptor::StubContainerInterceptor_ptr | unregister_stub_interceptor (::Components::Cookie *cookie) |
Implementation of the CCM_ServerContainerInterceptorRegistration interface.
Implementation of the registration process of Server Container Interceptors
Part of COPI (Container Portable Interceptor)
CIAO::StubContainerInterceptorRegistration_Impl::StubContainerInterceptorRegistration_Impl | ( | void | ) |
CIAO::StubContainerInterceptorRegistration_Impl::~StubContainerInterceptorRegistration_Impl | ( | void | ) | [virtual] |
Components::Cookie * CIAO::StubContainerInterceptorRegistration_Impl::register_stub_interceptor | ( | ::Components::ContainerPortableInterceptor::StubContainerInterceptor_ptr | ci | ) | [virtual] |
Registers a StubContainerInterceptor. Returns a cookie for this registration.
Implements Components::ContainerPortableInterceptor::StubContainerInterceptorRegistration.
Components::ContainerPortableInterceptor::StubContainerInterceptor_ptr CIAO::StubContainerInterceptorRegistration_Impl::unregister_stub_interceptor | ( | ::Components::Cookie * | cookie | ) | [virtual] |
Unregisters a StubContainerInterceptor. Throws an InvalidRegistration exception when the StubContainerInterceptor cannot be found. Returns the StubContainerInterceptor
Implements Components::ContainerPortableInterceptor::StubContainerInterceptorRegistration.