TAO_PI
2.0.8
|
A convenient helper class to invoke registered client request interceptors. More...
#include <RequestInterceptor_Adapter_Impl.h>
Public Member Functions | |
~TAO_RequestInterceptor_Adapter_Impl (void) | |
void | popTSC (TAO_ORB_Core *orb_core) |
void | pushTSC (TAO_ORB_Core *orb_core) |
A convenient helper class to invoke registered client request interceptors.
This class invokes all registered interceptors at interception point, and enforces flow rules dictated by the Portable Interceptor specification/chapter.
TAO_RequestInterceptor_Adapter_Impl::~TAO_RequestInterceptor_Adapter_Impl | ( | void | ) |
void TAO_RequestInterceptor_Adapter_Impl::popTSC | ( | TAO_ORB_Core * | orb_core | ) | [virtual] |
Implements TAO::RequestInterceptor_Adapter.
Reimplemented in TAO::ClientRequestInterceptor_Adapter_Impl.
void TAO_RequestInterceptor_Adapter_Impl::pushTSC | ( | TAO_ORB_Core * | orb_core | ) | [virtual] |
Implements TAO::RequestInterceptor_Adapter.
Reimplemented in TAO::ClientRequestInterceptor_Adapter_Impl.