TAO_Id_Assignment_Strategy Class Reference

Id uniqueness strategy. More...

#include <Active_Object_Map.h>

Inheritance diagram for TAO_Id_Assignment_Strategy:

Inheritance graph
[legend]
Collaboration diagram for TAO_Id_Assignment_Strategy:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~TAO_Id_Assignment_Strategy (void)
 Virtual destructor.

virtual int bind_using_system_id (PortableServer::Servant servant, CORBA::Short priority, TAO_Active_Object_Map_Entry *&entry)=0
 Must be used with SYSTEM_ID policy.

void set_active_object_map (TAO_Active_Object_Map *active_object_map)
 Set the active map.


Protected Attributes

TAO_Active_Object_Mapactive_object_map_
 Pointer to the active map.


Detailed Description

Id uniqueness strategy.

Strategy for implementing points of variation between the USER_ID and the SYSTEM_ID policies.

Definition at line 449 of file Active_Object_Map.h.


Constructor & Destructor Documentation

TAO_Id_Assignment_Strategy::~TAO_Id_Assignment_Strategy void   )  [virtual]
 

Virtual destructor.

Definition at line 719 of file Active_Object_Map.cpp.

00720 {
00721 }


Member Function Documentation

virtual int TAO_Id_Assignment_Strategy::bind_using_system_id PortableServer::Servant  servant,
CORBA::Short  priority,
TAO_Active_Object_Map_Entry *&  entry
[pure virtual]
 

Must be used with SYSTEM_ID policy.

Implemented in TAO_User_Id_Strategy, TAO_System_Id_With_Unique_Id_Strategy, and TAO_System_Id_With_Multiple_Id_Strategy.

Referenced by TAO_Active_Object_Map::bind_using_system_id_returning_system_id(), and TAO_Active_Object_Map::bind_using_system_id_returning_user_id().

void TAO_Id_Assignment_Strategy::set_active_object_map TAO_Active_Object_Map active_object_map  ) 
 

Set the active map.

Definition at line 724 of file Active_Object_Map.cpp.

Referenced by TAO_Active_Object_Map::TAO_Active_Object_Map().

00725 {
00726   this->active_object_map_ = active_object_map;
00727 }


Member Data Documentation

TAO_Active_Object_Map* TAO_Id_Assignment_Strategy::active_object_map_ [protected]
 

Pointer to the active map.

Definition at line 466 of file Active_Object_Map.h.


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 13:27:10 2008 for TAO_PortableServer by doxygen 1.3.6