TAO_PortableServer
2.3.3
|
Lifespan strategy. More...
#include <Active_Object_Map.h>
Public Member Functions | |
virtual | ~TAO_Lifespan_Strategy (void) |
Virtual destructor. More... | |
virtual int | find_servant_using_system_id_and_user_id (const PortableServer::ObjectId &system_id, const PortableServer::ObjectId &user_id, PortableServer::Servant &servant, TAO_Active_Object_Map_Entry *&entry)=0 |
Can be used with any policy. More... | |
void | set_active_object_map (TAO_Active_Object_Map *active_object_map) |
Set the active map. More... | |
Protected Attributes | |
TAO_Active_Object_Map * | active_object_map_ |
Pointer to the active map. More... | |
Lifespan strategy.
Strategy for implementing points of variation between the TRANSIENT and the PERSISTENT policies.
|
virtual |
Virtual destructor.
|
pure virtual |
Can be used with any policy.
Implemented in TAO_Persistent_Strategy, and TAO_Transient_Strategy.
void TAO_Lifespan_Strategy::set_active_object_map | ( | TAO_Active_Object_Map * | active_object_map | ) |
Set the active map.
|
protected |
Pointer to the active map.