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

#include <RequestProcessingStrategyAOMOnly.h>

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

Public Member Functions

 RequestProcessingStrategyAOMOnly ()=default
 
PortableServer::ServantManager_ptr get_servant_manager () override
 
void set_servant_manager (PortableServer::ServantManager_ptr imgr) override
 
void set_servant (PortableServer::Servant servant) override
 
PortableServer::Servant get_servant () 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
 
PortableServer::Servant system_id_to_servant (const PortableServer::ObjectId &system_id) override
 
PortableServer::Servant id_to_servant (const PortableServer::ObjectId &id) override
 
void cleanup_servant (PortableServer::Servant servant, const PortableServer::ObjectId &user_id) override
 
void etherealize_objects (CORBA::Boolean etherealize_objects) override
 
PortableServer::ObjectIdservant_to_id (PortableServer::Servant servant) 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::RequestProcessingStrategy
 RequestProcessingStrategy ()=default
 
virtual ~RequestProcessingStrategy ()=default
 
virtual void strategy_init (TAO_Root_POA *poa)
 
virtual void strategy_cleanup ()
 

Additional Inherited Members

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

Detailed Description

Request Processing Strategy which only uses the Active Object Map (AOM)

Constructor & Destructor Documentation

◆ RequestProcessingStrategyAOMOnly()

TAO::Portable_Server::RequestProcessingStrategyAOMOnly::RequestProcessingStrategyAOMOnly ( )
default

Member Function Documentation

◆ cleanup_servant()

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

◆ etherealize_objects()

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

◆ get_servant()

PortableServer::Servant TAO::Portable_Server::RequestProcessingStrategyAOMOnly::get_servant ( )
overridevirtual

◆ get_servant_manager()

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

◆ id_to_servant()

PortableServer::Servant TAO::Portable_Server::RequestProcessingStrategyAOMOnly::id_to_servant ( const PortableServer::ObjectId & id)
overridevirtual

◆ locate_servant() [1/2]

PortableServer::Servant TAO::Portable_Server::RequestProcessingStrategyAOMOnly::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::RequestProcessingStrategyAOMOnly::locate_servant ( const PortableServer::ObjectId & system_id,
PortableServer::Servant & servant )
overridevirtual

◆ post_invoke_servant_cleanup()

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

◆ servant_to_id()

PortableServer::ObjectId * TAO::Portable_Server::RequestProcessingStrategyAOMOnly::servant_to_id ( PortableServer::Servant servant)
overridevirtual

◆ set_servant()

void TAO::Portable_Server::RequestProcessingStrategyAOMOnly::set_servant ( PortableServer::Servant servant)
overridevirtual

◆ set_servant_manager()

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

◆ system_id_to_servant()

PortableServer::Servant TAO::Portable_Server::RequestProcessingStrategyAOMOnly::system_id_to_servant ( const PortableServer::ObjectId & system_id)
overridevirtual

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