TAO_PortableServer
2.3.3
|
Transient strategy. More...
#include <Active_Object_Map.h>
Public Member Functions | |
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) |
Can be used with any policy. More... | |
Public Member Functions inherited from TAO_Lifespan_Strategy | |
virtual | ~TAO_Lifespan_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_Lifespan_Strategy | |
TAO_Active_Object_Map * | active_object_map_ |
Pointer to the active map. More... | |
Transient strategy.
Strategy for the TRANSIENT policy.
|
virtual |
Can be used with any policy.
Implements TAO_Lifespan_Strategy.