TAO_Implementation_Repository
2.0.8
|
#include <ImR_ActivatorS.h>
Public Types | |
typedef ::ImplementationRepository::Activator | _stub_type |
Useful for template programming. | |
typedef ::ImplementationRepository::Activator_ptr | _stub_ptr_type |
typedef ::ImplementationRepository::Activator_var | _stub_var_type |
Public Member Functions | |
Activator (const Activator &rhs) | |
virtual | ~Activator (void) |
virtual ::CORBA::Boolean | _is_a (const char *logical_type_id) |
virtual void | _dispatch (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall) |
::ImplementationRepository::Activator * | _this (void) |
virtual const char * | _interface_repository_id (void) const |
virtual void | start_server (const char *name, const char *cmdline, const char *dir, const ::ImplementationRepository::EnvironmentList &env)=0 |
virtual void | shutdown (void)=0 |
Static Public Member Functions | |
static void | start_server_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
static void | shutdown_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
Protected Member Functions | |
Activator (void) |
typedef ::ImplementationRepository::Activator_ptr POA_ImplementationRepository::Activator::_stub_ptr_type |
Reimplemented from TAO_ServantBase.
Useful for template programming.
Reimplemented from TAO_ServantBase.
typedef ::ImplementationRepository::Activator_var POA_ImplementationRepository::Activator::_stub_var_type |
Reimplemented from TAO_ServantBase.
POA_ImplementationRepository::Activator::Activator | ( | void | ) | [protected] |
POA_ImplementationRepository::Activator::Activator | ( | const Activator & | rhs | ) |
POA_ImplementationRepository::Activator::~Activator | ( | void | ) | [virtual] |
void POA_ImplementationRepository::Activator::_dispatch | ( | TAO_ServerRequest & | req, |
TAO::Portable_Server::Servant_Upcall * | servant_upcall | ||
) | [virtual] |
Implements TAO_ServantBase.
const char * POA_ImplementationRepository::Activator::_interface_repository_id | ( | void | ) | const [virtual] |
Implements TAO_ServantBase.
CORBA::Boolean POA_ImplementationRepository::Activator::_is_a | ( | const char * | logical_type_id | ) | [virtual] |
Reimplemented from TAO_ServantBase.
ImplementationRepository::Activator * POA_ImplementationRepository::Activator::_this | ( | void | ) |
virtual void POA_ImplementationRepository::Activator::shutdown | ( | void | ) | [pure virtual] |
Implemented in ImR_Activator_i.
void POA_ImplementationRepository::Activator::shutdown_skel | ( | TAO_ServerRequest & | server_request, |
TAO::Portable_Server::Servant_Upcall * | servant_upcall, | ||
TAO_ServantBase * | servant | ||
) | [static] |
virtual void POA_ImplementationRepository::Activator::start_server | ( | const char * | name, |
const char * | cmdline, | ||
const char * | dir, | ||
const ::ImplementationRepository::EnvironmentList & | env | ||
) | [pure virtual] |
void POA_ImplementationRepository::Activator::start_server_skel | ( | TAO_ServerRequest & | server_request, |
TAO::Portable_Server::Servant_Upcall * | servant_upcall, | ||
TAO_ServantBase * | servant | ||
) | [static] |