CIAO
1.0.8
|
#include <CCM_HomeS.h>
Public Types | |
typedef ::Components::CCMHome | _stub_type |
Useful for template programming. | |
typedef ::Components::CCMHome_ptr | _stub_ptr_type |
typedef ::Components::CCMHome_var | _stub_var_type |
Public Member Functions | |
CCMHome (const CCMHome &rhs) | |
virtual | ~CCMHome (void) |
virtual ::CORBA::Boolean | _is_a (const char *logical_type_id) |
virtual void | _dispatch (TAO_ServerRequest &req, TAO::Portable_Server::Servant_Upcall *servant_upcall) |
::Components::CCMHome * | _this (void) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::IRObject_ptr | get_component_def (void)=0 |
virtual ::CORBA::IRObject_ptr | get_home_def (void)=0 |
virtual void | remove_component (::Components::CCMObject_ptr comp)=0 |
Static Public Member Functions | |
static void | get_component_def_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
static void | get_home_def_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
static void | remove_component_skel (TAO_ServerRequest &server_request, TAO::Portable_Server::Servant_Upcall *servant_upcall, TAO_ServantBase *servant) |
Protected Member Functions | |
CCMHome (void) |
Reimplemented from TAO_ServantBase.
Reimplemented in POA_Components::HomeConfiguration.
Useful for template programming.
Reimplemented from TAO_ServantBase.
Reimplemented in POA_Components::HomeConfiguration.
Reimplemented from TAO_ServantBase.
Reimplemented in POA_Components::HomeConfiguration.
POA_Components::CCMHome::CCMHome | ( | void | ) | [protected] |
POA_Components::CCMHome::CCMHome | ( | const CCMHome & | rhs | ) |
POA_Components::CCMHome::~CCMHome | ( | void | ) | [virtual] |
void POA_Components::CCMHome::_dispatch | ( | TAO_ServerRequest & | req, |
TAO::Portable_Server::Servant_Upcall * | servant_upcall | ||
) | [virtual] |
Implements TAO_ServantBase.
Reimplemented in POA_Components::HomeConfiguration.
const char * POA_Components::CCMHome::_interface_repository_id | ( | void | ) | const [virtual] |
Implements TAO_ServantBase.
Reimplemented in POA_Components::HomeConfiguration.
CORBA::Boolean POA_Components::CCMHome::_is_a | ( | const char * | logical_type_id | ) | [virtual] |
Reimplemented from TAO_ServantBase.
Reimplemented in POA_Components::HomeConfiguration.
Components::CCMHome * POA_Components::CCMHome::_this | ( | void | ) |
Reimplemented in POA_Components::HomeConfiguration.
virtual ::CORBA::IRObject_ptr POA_Components::CCMHome::get_component_def | ( | void | ) | [pure virtual] |
Implemented in CIAO::Home_Servant_Impl_Base.
static void POA_Components::CCMHome::get_component_def_skel | ( | TAO_ServerRequest & | server_request, |
TAO::Portable_Server::Servant_Upcall * | servant_upcall, | ||
TAO_ServantBase * | servant | ||
) | [static] |
virtual ::CORBA::IRObject_ptr POA_Components::CCMHome::get_home_def | ( | void | ) | [pure virtual] |
Implemented in CIAO::Home_Servant_Impl_Base.
void POA_Components::CCMHome::get_home_def_skel | ( | TAO_ServerRequest & | server_request, |
TAO::Portable_Server::Servant_Upcall * | servant_upcall, | ||
TAO_ServantBase * | servant | ||
) | [static] |
void CIAO::Home_Servant_Impl< BASE_SKEL, EXEC, COMP_SVNT, CONTAINER >::remove_component | ( | ::Components::CCMObject_ptr | comp | ) | [pure virtual] |
void POA_Components::CCMHome::remove_component_skel | ( | TAO_ServerRequest & | server_request, |
TAO::Portable_Server::Servant_Upcall * | servant_upcall, | ||
TAO_ServantBase * | servant | ||
) | [static] |