Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_Naming_Context Class Reference

This class plays a role of the 'Abstraction' (aka 'Interface') in the Bridge pattern architecture of the CosNaming::NamingContext implementation. More...

#include <Naming_Context_Interface.h>

List of all members.

Public Methods

 TAO_Naming_Context (TAO_Naming_Context_Impl *impl)
 Constructor. Initializes <impl_> with a concrete implementation. More...

 ~TAO_Naming_Context (void)
 Destructor. More...


Detailed Description

This class plays a role of the 'Abstraction' (aka 'Interface') in the Bridge pattern architecture of the CosNaming::NamingContext implementation.

This class simply forwards all client requests to a concrete NamingContext implementation through its <impl_> pointer. See README file for more info. Comments for the idl methods describe methods semantics - actual actions are carried out by concrete implementors.


Constructor & Destructor Documentation

TAO_Naming_Context::TAO_Naming_Context TAO_Naming_Context_Impl   impl
 

Constructor. Initializes <impl_> with a concrete implementation.

TAO_Naming_Context::~TAO_Naming_Context void   
 

Destructor.


The documentation for this class was generated from the following files:
Generated on Tue Aug 20 18:51:35 2002 for TAO_CosNaming by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001