TAO_PortableServer
2.0.8
|
#include <RequestProcessingStrategyServantManager.h>
Public Member Functions | |
RequestProcessingStrategyServantManager (void) | |
PortableServer::Servant | get_servant (void) |
void | set_servant (PortableServer::Servant servant) |
void | validate_servant_manager (PortableServer::ServantManager_ptr servant_manager) |
virtual PortableServer::Servant | system_id_to_servant (const PortableServer::ObjectId &system_id) |
virtual PortableServer::Servant | id_to_servant (const PortableServer::ObjectId &id) |
virtual PortableServer::ObjectId * | servant_to_id (PortableServer::Servant servant) |
virtual ::PortableServer::RequestProcessingPolicyValue | type () const |
TAO::Portable_Server::RequestProcessingStrategyServantManager::RequestProcessingStrategyServantManager | ( | void | ) |
PortableServer::Servant TAO::Portable_Server::RequestProcessingStrategyServantManager::get_servant | ( | void | ) | [virtual] |
Implements TAO::Portable_Server::RequestProcessingStrategy.
PortableServer::Servant TAO::Portable_Server::RequestProcessingStrategyServantManager::id_to_servant | ( | const PortableServer::ObjectId & | id | ) | [virtual] |
Implements TAO::Portable_Server::RequestProcessingStrategy.
PortableServer::ObjectId * TAO::Portable_Server::RequestProcessingStrategyServantManager::servant_to_id | ( | PortableServer::Servant | servant | ) | [virtual] |
Implements TAO::Portable_Server::RequestProcessingStrategy.
void TAO::Portable_Server::RequestProcessingStrategyServantManager::set_servant | ( | PortableServer::Servant | servant | ) | [virtual] |
Implements TAO::Portable_Server::RequestProcessingStrategy.
PortableServer::Servant TAO::Portable_Server::RequestProcessingStrategyServantManager::system_id_to_servant | ( | const PortableServer::ObjectId & | system_id | ) | [virtual] |
Implements TAO::Portable_Server::RequestProcessingStrategy.
PortableServer::RequestProcessingPolicyValue TAO::Portable_Server::RequestProcessingStrategyServantManager::type | ( | ) | const [virtual] |
Implements TAO::Portable_Server::RequestProcessingStrategy.
void TAO::Portable_Server::RequestProcessingStrategyServantManager::validate_servant_manager | ( | PortableServer::ServantManager_ptr | servant_manager | ) |