TAO_PortableServer
2.3.3
|
System id strategy. More...
#include <Active_Object_Map.h>
Public Member Functions | |
virtual int | bind_using_system_id (PortableServer::Servant servant, CORBA::Short priority, TAO_Active_Object_Map_Entry *&entry) |
Must be used with SYSTEM_ID policy. More... | |
Public Member Functions inherited from TAO_Id_Assignment_Strategy | |
virtual | ~TAO_Id_Assignment_Strategy (void) |
Virtual destructor. More... | |
void | set_active_object_map (TAO_Active_Object_Map *active_object_map) |
Set the active map. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TAO_Id_Assignment_Strategy | |
TAO_Active_Object_Map * | active_object_map_ |
Pointer to the active map. More... | |
System id strategy.
Strategy for the SYSTEM_ID policy (with MULTIPLE_ID policy).
|
virtual |
Must be used with SYSTEM_ID policy.
Implements TAO_Id_Assignment_Strategy.