TAO_PortableServer  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Attributes
TAO_Lifespan_Strategy Class Reference

Lifespan strategy. More...

#include <Active_Object_Map.h>

Inheritance diagram for TAO_Lifespan_Strategy:
Inheritance graph
[legend]
Collaboration diagram for TAO_Lifespan_Strategy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~TAO_Lifespan_Strategy (void)
 Virtual destructor.
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.
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

Lifespan strategy.

Strategy for implementing points of variation between the TRANSIENT and the PERSISTENT policies.


Constructor & Destructor Documentation

Virtual destructor.


Member Function Documentation

Can be used with any policy.

Implemented in TAO_Persistent_Strategy, and TAO_Transient_Strategy.

Set the active map.


Member Data Documentation

Pointer to the active map.


The documentation for this class was generated from the following files: