TAO_PortableServer
2.0.8
|
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. |
Transient strategy.
Strategy for the TRANSIENT policy.
int TAO_Transient_Strategy::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 | ||
) | [virtual] |
Can be used with any policy.
Implements TAO_Lifespan_Strategy.