CIAO
1.0.8
|
import "CCM_HomeC.h";
Public Types | |
typedef CCMHome_ptr | _ptr_type |
typedef CCMHome_var | _var_type |
typedef CCMHome_out | _out_type |
Public Member Functions | |
CORBA::IRObject | get_component_def () |
CORBA::IRObject | get_home_def () |
void | remove_component (in CCMObject comp) raises (RemoveFailure) |
virtual ::CORBA::IRObject_ptr | get_component_def (void) |
virtual ::CORBA::IRObject_ptr | get_home_def (void) |
virtual void | remove_component (::Components::CCMObject_ptr comp) |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static CCMHome_ptr | _duplicate (CCMHome_ptr obj) |
static void | _tao_release (CCMHome_ptr obj) |
static CCMHome_ptr | _narrow (::CORBA::Object_ptr obj) |
static CCMHome_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static CCMHome_ptr | _nil (void) |
Protected Member Functions | |
CCMHome (void) | |
CCMHome (::IOP::IOR *ior, TAO_ORB_Core *orb_core) | |
CCMHome (TAO_Stub *objref,::CORBA::Boolean _tao_collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) | |
virtual | ~CCMHome (void) |
Private Member Functions | |
CCMHome (const CCMHome &) | |
void | operator= (const CCMHome &) |
Friends | |
class | TAO::Narrow_Utils< CCMHome > |
Reimplemented from CORBA::Object.
Reimplemented in Components::HomeConfiguration.
Reimplemented from CORBA::Object.
Reimplemented in Components::HomeConfiguration.
Reimplemented from CORBA::Object.
Reimplemented in Components::HomeConfiguration.
Components::CCMHome::CCMHome | ( | void | ) | [protected] |
Components::CCMHome::CCMHome | ( | ::IOP::IOR * | ior, |
TAO_ORB_Core * | orb_core | ||
) | [protected] |
Components::CCMHome::CCMHome | ( | TAO_Stub * | objref, |
::CORBA::Boolean | _tao_collocated = false , |
||
TAO_Abstract_ServantBase * | servant = 0 , |
||
TAO_ORB_Core * | oc = 0 |
||
) | [protected] |
Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.8 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/
Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html
Components::CCMHome::~CCMHome | ( | void | ) | [protected, virtual] |
Components::CCMHome::CCMHome | ( | const CCMHome & | ) | [private] |
Components::CCMHome_ptr Components::CCMHome::_duplicate | ( | CCMHome_ptr | obj | ) | [static] |
const char * Components::CCMHome::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in Components::HomeConfiguration.
CORBA::Boolean Components::CCMHome::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in Components::HomeConfiguration.
Components::CCMHome_ptr Components::CCMHome::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in Components::HomeConfiguration.
Components::CCMHome_ptr Components::CCMHome::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Object.
Reimplemented in Components::HomeConfiguration.
void Components::CCMHome::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from CORBA::Object.
Reimplemented in Components::HomeConfiguration.
void Components::CCMHome::_tao_release | ( | CCMHome_ptr | obj | ) | [static] |
Components::CCMHome_ptr Components::CCMHome::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in Components::HomeConfiguration.
CORBA::IRObject_ptr Components::CCMHome::get_component_def | ( | void | ) |
virtual ::CORBA::IRObject_ptr Components::CCMHome::get_component_def | ( | void | ) |
CORBA::IRObject_ptr Components::CCMHome::get_home_def | ( | void | ) |
virtual ::CORBA::IRObject_ptr Components::CCMHome::get_home_def | ( | void | ) |
CORBA::Boolean Components::CCMHome::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in Components::HomeConfiguration.
void Components::CCMHome::operator= | ( | const CCMHome & | ) | [private] |
void Components::CCMHome::remove_component | ( | in CCMObject | comp | ) | raises (RemoveFailure) |
void Components::CCMHome::remove_component | ( | ::Components::CCMObject_ptr | comp | ) | [virtual] |
friend class TAO::Narrow_Utils< CCMHome > [friend] |