TAO_PortableServer 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
TAO::Portable_Server::RequestProcessingStrategyServantActivator Class Reference

#include <RequestProcessingStrategyServantActivator.h>

Inheritance diagram for TAO::Portable_Server::RequestProcessingStrategyServantActivator:
Inheritance graph
[legend]
Collaboration diagram for TAO::Portable_Server::RequestProcessingStrategyServantActivator:
Collaboration graph
[legend]

Public Member Functions

 RequestProcessingStrategyServantActivator ()=default
 
void strategy_cleanup () override
 
PortableServer::ServantManager_ptr get_servant_manager () override
 
void set_servant_manager (PortableServer::ServantManager_ptr imgr) override
 
TAO_Servant_Location locate_servant (const PortableServer::ObjectId &system_id, PortableServer::Servant &servant) override
 
PortableServer::Servant locate_servant (const char *operation, const PortableServer::ObjectId &system_id, TAO::Portable_Server::Servant_Upcall &servant_upcall, TAO::Portable_Server::POA_Current_Impl &poa_current_impl, bool &wait_occurred_restart_call) override
 
void cleanup_servant (PortableServer::Servant servant, const PortableServer::ObjectId &user_id) override
 
void etherealize_objects (CORBA::Boolean etherealize_objects) override
 
void post_invoke_servant_cleanup (const PortableServer::ObjectId &system_id, const TAO::Portable_Server::Servant_Upcall &servant_upcall) override
 
- Public Member Functions inherited from TAO::Portable_Server::RequestProcessingStrategyServantManager
 RequestProcessingStrategyServantManager ()=default
 
PortableServer::Servant get_servant () override
 
void set_servant (PortableServer::Servant servant) override
 
virtual void validate_servant_manager (PortableServer::ServantManager_ptr servant_manager)
 
PortableServer::Servant system_id_to_servant (const PortableServer::ObjectId &system_id) override
 
PortableServer::Servant id_to_servant (const PortableServer::ObjectId &id) override
 
PortableServer::ObjectIdservant_to_id (PortableServer::Servant servant) override
 
- Public Member Functions inherited from TAO::Portable_Server::RequestProcessingStrategy
 RequestProcessingStrategy ()=default
 
virtual ~RequestProcessingStrategy ()=default
 
virtual void strategy_init (TAO_Root_POA *poa)
 

Private Member Functions

PortableServer::Servant incarnate_servant (const PortableServer::ObjectId &object_id)
 
void etherealize_servant (const PortableServer::ObjectId &object_id, PortableServer::Servant servant, CORBA::Boolean cleanup_in_progress)
 

Private Attributes

PortableServer::ServantActivator_var servant_activator_
 
CORBA::Boolean etherealize_objects_ { true }
 

Additional Inherited Members

- Protected Attributes inherited from TAO::Portable_Server::RequestProcessingStrategy
TAO_Root_POApoa_ {}
 

Constructor & Destructor Documentation

◆ RequestProcessingStrategyServantActivator()

TAO::Portable_Server::RequestProcessingStrategyServantActivator::RequestProcessingStrategyServantActivator ( )
default

Member Function Documentation

◆ cleanup_servant()

void TAO::Portable_Server::RequestProcessingStrategyServantActivator::cleanup_servant ( PortableServer::Servant servant,
const PortableServer::ObjectId & user_id )
overridevirtual

◆ etherealize_objects()

void TAO::Portable_Server::RequestProcessingStrategyServantActivator::etherealize_objects ( CORBA::Boolean etherealize_objects)
overridevirtual

◆ etherealize_servant()

void TAO::Portable_Server::RequestProcessingStrategyServantActivator::etherealize_servant ( const PortableServer::ObjectId & object_id,
PortableServer::Servant servant,
CORBA::Boolean cleanup_in_progress )
private

◆ get_servant_manager()

PortableServer::ServantManager_ptr TAO::Portable_Server::RequestProcessingStrategyServantActivator::get_servant_manager ( )
overridevirtual

◆ incarnate_servant()

PortableServer::Servant TAO::Portable_Server::RequestProcessingStrategyServantActivator::incarnate_servant ( const PortableServer::ObjectId & object_id)
private

◆ locate_servant() [1/2]

PortableServer::Servant TAO::Portable_Server::RequestProcessingStrategyServantActivator::locate_servant ( const char * operation,
const PortableServer::ObjectId & system_id,
TAO::Portable_Server::Servant_Upcall & servant_upcall,
TAO::Portable_Server::POA_Current_Impl & poa_current_impl,
bool & wait_occurred_restart_call )
overridevirtual

◆ locate_servant() [2/2]

TAO_Servant_Location TAO::Portable_Server::RequestProcessingStrategyServantActivator::locate_servant ( const PortableServer::ObjectId & system_id,
PortableServer::Servant & servant )
overridevirtual

◆ post_invoke_servant_cleanup()

void TAO::Portable_Server::RequestProcessingStrategyServantActivator::post_invoke_servant_cleanup ( const PortableServer::ObjectId & system_id,
const TAO::Portable_Server::Servant_Upcall & servant_upcall )
overridevirtual

◆ set_servant_manager()

void TAO::Portable_Server::RequestProcessingStrategyServantActivator::set_servant_manager ( PortableServer::ServantManager_ptr imgr)
overridevirtual

◆ strategy_cleanup()

void TAO::Portable_Server::RequestProcessingStrategyServantActivator::strategy_cleanup ( )
overridevirtual

Member Data Documentation

◆ etherealize_objects_

CORBA::Boolean TAO::Portable_Server::RequestProcessingStrategyServantActivator::etherealize_objects_ { true }
private

◆ servant_activator_

PortableServer::ServantActivator_var TAO::Portable_Server::RequestProcessingStrategyServantActivator::servant_activator_
private

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