Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

IT_Bus::Interceptor Class Reference

#include <it_bus_pdk/interceptor.h>

Inheritance diagram for IT_Bus::Interceptor:

IT_Bus::ClientMessageInterceptor IT_Bus::ClientRequestInterceptor IT_Bus::ServerMessageInterceptor IT_Bus::ServerRequestInterceptor List of all members.

Detailed Description

Base class for both request and message interceptors.

Definition at line 51 of file interceptor.h.

Public Member Functions

 Interceptor ()
 No argument constructor.
 Interceptor (InterceptorFactory *factory)
 Constructor.
virtual InterceptorFactoryget_factory ()
 Returns a pointer to the interceptor factory.
virtual InterceptorType get_type ()
 Return the interceptor's type.


Constructor & Destructor Documentation

IT_Bus::Interceptor::Interceptor  ) 
 

No argument constructor.

IT_Bus::Interceptor::Interceptor InterceptorFactory factory  ) 
 

Constructor.

Parameters:
A pointer to an instance of this class' interceptor factory class.


Member Function Documentation

virtual InterceptorFactory* IT_Bus::Interceptor::get_factory  )  [virtual]
 

Returns a pointer to the interceptor factory.

Returns:
A pointer to this instance's interceptor factory instance.

virtual InterceptorType IT_Bus::Interceptor::get_type  )  [virtual]
 

Return the interceptor's type.

Returns:
InterceptorType enum.


Generated on Wed Mar 22 12:23:51 2006 for Artix by  doxygen 1.3.9.1