Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TAO_ServerRequestInterceptor_Adapter Class Reference

TAO_ServerRequestInterceptor_Adapter. More...

#include <ServerInterceptorAdapter.h>

Collaboration diagram for TAO_ServerRequestInterceptor_Adapter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_ServerRequestInterceptor_Adapter (TAO_ServerRequestInterceptor_List::TYPE &interceptors, size_t &stack_size)
 ~TAO_ServerRequestInterceptor_Adapter (void)
CORBA::Boolean location_forwarded (void) const
PortableInterceptor Client Side Interception Points
Each of these methods corresponds to a client side interception point.

Todo:
The "receive_request_service_contexts()" and "send_other()" PortableInterceptor interception points are missing.


void receive_request_service_contexts (TAO_ServerRequestInfo *ri ACE_ENV_ARG_DECL)
void receive_request (TAO_ServerRequestInfo *ri ACE_ENV_ARG_DECL)
 This method an "intermediate" server side interception point.
void send_reply (TAO_ServerRequestInfo *ri ACE_ENV_ARG_DECL)
void send_exception (TAO_ServerRequestInfo *ri ACE_ENV_ARG_DECL)
void send_other (TAO_ServerRequestInfo *ri ACE_ENV_ARG_DECL)

Private Attributes

TAO_ServerRequestInterceptor_List::TYPEinterceptors_
 Reference to the list of registered interceptors.
const size_t len_
size_t & stack_size_
CORBA::Boolean location_forwarded_

Detailed Description

TAO_ServerRequestInterceptor_Adapter.

A convenient helper class to invoke registered server request interceptor(s) in tao_idl generated code.


Constructor & Destructor Documentation

ACE_INLINE TAO_ServerRequestInterceptor_Adapter::TAO_ServerRequestInterceptor_Adapter TAO_ServerRequestInterceptor_List::TYPE interceptors,
size_t &  stack_size
 

TAO_ServerRequestInterceptor_Adapter::~TAO_ServerRequestInterceptor_Adapter void   ) 
 


Member Function Documentation

ACE_INLINE CORBA::Boolean TAO_ServerRequestInterceptor_Adapter::location_forwarded void   )  const
 

Returns true if a LOCATION_FORWARD was generated, and false otherwise.

void TAO_ServerRequestInterceptor_Adapter::receive_request TAO_ServerRequestInfo *ri  ACE_ENV_ARG_DECL  ) 
 

This method an "intermediate" server side interception point.

void TAO_ServerRequestInterceptor_Adapter::receive_request_service_contexts TAO_ServerRequestInfo *ri  ACE_ENV_ARG_DECL  ) 
 

This method implements the "intermediate" server side interception point if the above #ifdef is set to 1 and a starting intercetion point if it is not set to 1. @ NOTE: This method should have been the "starting" interception point according to the interceptor spec. This will be fixed once Bug 1369 is completely done.

void TAO_ServerRequestInterceptor_Adapter::send_exception TAO_ServerRequestInfo *ri  ACE_ENV_ARG_DECL  ) 
 

This method implements one of the "ending" server side interception points.

void TAO_ServerRequestInterceptor_Adapter::send_other TAO_ServerRequestInfo *ri  ACE_ENV_ARG_DECL  ) 
 

This method implements one of the "ending" server side interception points.

void TAO_ServerRequestInterceptor_Adapter::send_reply TAO_ServerRequestInfo *ri  ACE_ENV_ARG_DECL  ) 
 

This method implements one of the "ending" server side interception points.


Member Data Documentation

TAO_ServerRequestInterceptor_List::TYPE& TAO_ServerRequestInterceptor_Adapter::interceptors_ [private]
 

Reference to the list of registered interceptors.

const size_t TAO_ServerRequestInterceptor_Adapter::len_ [private]
 

Cache the length of the interceptor list so that we don't have to compute it at each stage of the current interception.

CORBA::Boolean TAO_ServerRequestInterceptor_Adapter::location_forwarded_ [private]
 

True if a PortableInterceptor::ForwardRequest exception was thrown.

size_t& TAO_ServerRequestInterceptor_Adapter::stack_size_ [private]
 

The number of interceptors "pushed" onto the logical flow stack. This is used when unwinding the flow stack.


The documentation for this class was generated from the following files:
Generated on Thu Feb 10 20:45:28 2005 for TAO_PortableServer by  doxygen 1.3.9.1