CIAO
1.0.8
|
Implementation of the CCM_ServantContainerInterceptorRegistration interface. More...
#include <ServantContainerInterceptorRegistration_Impl.h>
Public Member Functions | |
ServantContainerInterceptorRegistration_Impl (void) | |
virtual | ~ServantContainerInterceptorRegistration_Impl (void) |
virtual ::Components::Cookie * | register_servant_interceptor (::Components::ContainerPortableInterceptor::ServantContainerInterceptor_ptr ci) |
virtual ::Components::ContainerPortableInterceptor::ServantContainerInterceptor_ptr | unregister_servant_interceptor (::Components::Cookie *cookie) |
Implementation of the CCM_ServantContainerInterceptorRegistration interface.
Implementation of the registration process of Servant Container Interceptors
Part of COPI (Container Portable Interceptor)
CIAO::ServantContainerInterceptorRegistration_Impl::ServantContainerInterceptorRegistration_Impl | ( | void | ) |
CIAO::ServantContainerInterceptorRegistration_Impl::~ServantContainerInterceptorRegistration_Impl | ( | void | ) | [virtual] |
Components::Cookie * CIAO::ServantContainerInterceptorRegistration_Impl::register_servant_interceptor | ( | ::Components::ContainerPortableInterceptor::ServantContainerInterceptor_ptr | ci | ) | [virtual] |
Registers a ServantContainerInterceptor. Returns a cookie for this registration.
Implements Components::ContainerPortableInterceptor::ServantContainerInterceptorRegistration.
Components::ContainerPortableInterceptor::ServantContainerInterceptor_ptr CIAO::ServantContainerInterceptorRegistration_Impl::unregister_servant_interceptor | ( | ::Components::Cookie * | cookie | ) | [virtual] |
Unregisters a ServantContainerInterceptor. Throws an InvalidRegistration exception when the ServantContainerInterceptor cannot be found. Returns the ServantContainerInterceptor
Implements Components::ContainerPortableInterceptor::ServantContainerInterceptorRegistration.