#include <IORInterceptor_Adapter.h>
Public Member Functions | |
virtual | ~TAO_IORInterceptor_Adapter (void) |
virtual void | add_interceptor (PortableInterceptor::IORInterceptor_ptr interceptor)=0 |
virtual void | add_interceptor (PortableInterceptor::IORInterceptor_ptr interceptor, const CORBA::PolicyList &policies)=0 |
virtual void | destroy_interceptors (void)=0 |
virtual void | establish_components (TAO_Root_POA *poa)=0 |
virtual void | components_established (PortableInterceptor::IORInfo_ptr info)=0 |
virtual void | adapter_state_changed (const TAO::ObjectReferenceTemplate_Array &array_obj_ref_template, PortableInterceptor::AdapterState state)=0 |
virtual void | adapter_manager_state_changed (const char *id, PortableInterceptor::AdapterState state)=0 |
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.
Definition at line 61 of file IORInterceptor_Adapter.h.
|
Definition at line 11 of file IORInterceptor_Adapter.cpp.
00012 { 00013 } |
|
|
|
|
|
|
|
Referenced by TAO_ORB_Core::add_interceptor(). |
|
Call the IORInterceptor::components_established() method on all registered IORInterceptors. |
|
Referenced by TAO_ORB_Core::destroy_interceptors(). |
|
This method calls IORInterceptor::establish_components() method on all registered IORInterceptors, and IORInterceptor::components_established() once the former is completed. |