TAO_Implementation_Repository
2.0.8
|
#include <AsyncStartupWaiterS.h>
Public Types | |
typedef ::ImplementationRepository::AsyncStartupWaiter | _stub_type |
Useful for template programming. | |
typedef ::ImplementationRepository::AsyncStartupWaiter_ptr | _stub_ptr_type |
typedef ::ImplementationRepository::AsyncStartupWaiter_var | _stub_var_type |
Public Member Functions | |
AsyncStartupWaiter (const AsyncStartupWaiter &rhs) | |
virtual | ~AsyncStartupWaiter (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::AsyncStartupWaiter * | _this (void) |
virtual const char * | _interface_repository_id (void) const |
virtual ::ImplementationRepository::StartupInfo * | wait_for_startup (const char *name)=0 |
Static Public Member Functions | |
static void | wait_for_startup_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
Protected Member Functions | |
AsyncStartupWaiter (void) |
typedef ::ImplementationRepository::AsyncStartupWaiter_ptr POA_ImplementationRepository::AsyncStartupWaiter::_stub_ptr_type |
Reimplemented from TAO_ServantBase.
typedef ::ImplementationRepository::AsyncStartupWaiter POA_ImplementationRepository::AsyncStartupWaiter::_stub_type |
Useful for template programming.
Reimplemented from TAO_ServantBase.
typedef ::ImplementationRepository::AsyncStartupWaiter_var POA_ImplementationRepository::AsyncStartupWaiter::_stub_var_type |
Reimplemented from TAO_ServantBase.
POA_ImplementationRepository::AsyncStartupWaiter::AsyncStartupWaiter | ( | void | ) | [protected] |
POA_ImplementationRepository::AsyncStartupWaiter::AsyncStartupWaiter | ( | const AsyncStartupWaiter & | rhs | ) |
POA_ImplementationRepository::AsyncStartupWaiter::~AsyncStartupWaiter | ( | void | ) | [virtual] |
void POA_ImplementationRepository::AsyncStartupWaiter::_dispatch | ( | TAO_ServerRequest & | req, |
TAO::Portable_Server::Servant_Upcall * | servant_upcall | ||
) | [virtual] |
Implements TAO_ServantBase.
const char * POA_ImplementationRepository::AsyncStartupWaiter::_interface_repository_id | ( | void | ) | const [virtual] |
Implements TAO_ServantBase.
CORBA::Boolean POA_ImplementationRepository::AsyncStartupWaiter::_is_a | ( | const char * | logical_type_id | ) | [virtual] |
Reimplemented from TAO_ServantBase.
ImplementationRepository::AsyncStartupWaiter * POA_ImplementationRepository::AsyncStartupWaiter::_this | ( | void | ) |
virtual ::ImplementationRepository::StartupInfo* POA_ImplementationRepository::AsyncStartupWaiter::wait_for_startup | ( | const char * | name | ) | [pure virtual] |
void POA_ImplementationRepository::AsyncStartupWaiter::wait_for_startup_skel | ( | TAO_ServerRequest & | server_request, |
TAO::Portable_Server::Servant_Upcall * | servant_upcall, | ||
TAO_ServantBase * | servant | ||
) | [static] |