TAO_PortableServer
2.1.5
|
Base class for POA active hint strategy. More...
#include <Object_Adapter.h>
Public Member Functions | |
virtual | ~Hint_Strategy (void) |
virtual int | find_persistent_poa (const poa_name &system_name, TAO_Root_POA *&poa)=0 |
virtual int | bind_persistent_poa (const poa_name &folded_name, TAO_Root_POA *poa, poa_name_out system_name)=0 |
virtual int | unbind_persistent_poa (const poa_name &folded_name, const poa_name &system_name)=0 |
void | object_adapter (TAO_Object_Adapter *oa) |
Protected Attributes | |
TAO_Object_Adapter * | object_adapter_ |
Base class for POA active hint strategy.
This class also provides for common structures used by all the derived classes.
|
virtual |
|
pure virtual |
Implemented in TAO_Object_Adapter::No_Hint_Strategy, and TAO_Object_Adapter::Active_Hint_Strategy.
|
pure virtual |
Implemented in TAO_Object_Adapter::No_Hint_Strategy, and TAO_Object_Adapter::Active_Hint_Strategy.
void TAO_Object_Adapter::Hint_Strategy::object_adapter | ( | TAO_Object_Adapter * | oa | ) |
|
pure virtual |
Implemented in TAO_Object_Adapter::No_Hint_Strategy, and TAO_Object_Adapter::Active_Hint_Strategy.
|
protected |