#include <Interceptor_List.h>
Inheritance diagram for TAO_ServerRequestInterceptor_List:
Public Types | |
typedef ACE_Array_Base< PortableInterceptor::ServerRequestInterceptor_var > | TYPE |
Define a trait for the underlying portable interceptor array. | |
Public Methods | |
TAO_ServerRequestInterceptor_List (void) | |
Constructor. | |
virtual | ~TAO_ServerRequestInterceptor_List (void) |
Destructor. | |
void | add_interceptor (PortableInterceptor::ServerRequestInterceptor_ptr i ACE_ENV_ARG_DECL) |
Register a server request interceptor. | |
TYPE & | interceptors (void) |
Return reference to the underlying Portable Interceptor array. | |
Protected Methods | |
virtual size_t | length (void) |
Return the length of the underlying interceptor array. | |
virtual void | length (size_t) |
Set the length of the underlying interceptor array. | |
virtual PortableInterceptor::Interceptor_ptr | interceptor (size_t) |
Return the interceptor in array element <index>. | |
Private Attributes | |
TYPE | interceptors_ |
Dynamic array of registered server request interceptors. |
|
Define a trait for the underlying portable interceptor array.
|
|
Constructor.
|
|
Destructor.
|
|
Register a server request interceptor.
|
|
Return the interceptor in array element <index>.
Implements TAO_Interceptor_List. |
|
Return reference to the underlying Portable Interceptor array.
|
|
Set the length of the underlying interceptor array.
Implements TAO_Interceptor_List. |
|
Return the length of the underlying interceptor array.
Implements TAO_Interceptor_List. |
|
Dynamic array of registered server request interceptors.
|