TAO_IORInterceptor_Adapter.  
More...
#include <IORInterceptor_Adapter.h>
List of all members.
Detailed Description
TAO_IORInterceptor_Adapter. 
Class that adapts various functions involving the PortableInterceptor interfaces IORInfo and IORInterceptor. This is a base class for the actual implementation in the TAO_IORInterceptor library. 
Constructor & Destructor Documentation
      
        
          | TAO_IORInterceptor_Adapter::~TAO_IORInterceptor_Adapter  | 
          ( | 
          void  | 
           ) | 
           [virtual] | 
        
      
 
 
Member Function Documentation
      
        
          | virtual void TAO_IORInterceptor_Adapter::adapter_manager_state_changed  | 
          ( | 
          const char *  | 
           id,  | 
        
        
           | 
           | 
          PortableInterceptor::AdapterState  | 
           state  | 
        
        
           | 
          ) | 
           |  [pure virtual] | 
        
      
 
 
      
        
          | virtual void TAO_IORInterceptor_Adapter::adapter_state_changed  | 
          ( | 
          const TAO::ObjectReferenceTemplate_Array &  | 
           array_obj_ref_template,  | 
        
        
           | 
           | 
          PortableInterceptor::AdapterState  | 
           state  | 
        
        
           | 
          ) | 
           |  [pure virtual] | 
        
      
 
 
Call the IORInterceptor::components_established() method on all registered IORInterceptors. 
 
 
      
        
          | virtual void TAO_IORInterceptor_Adapter::destroy_interceptors  | 
          ( | 
          void  | 
           ) | 
           [pure virtual] | 
        
      
 
 
      
        
          | virtual void TAO_IORInterceptor_Adapter::establish_components  | 
          ( | 
          TAO_Root_POA *  | 
           poa ) | 
           [pure virtual] | 
        
      
 
Call the IORInterceptor::establish_components() method on all registered IORInterceptors. This method calls IORInterceptor::establish_components() method on all registered IORInterceptors, and IORInterceptor::components_established() once the former is completed. 
 
 
The documentation for this class was generated from the following files: