TAO_Implementation_Repository
2.0.8
|
#include <ImR_LocatorC.h>
Public Types | |
typedef Locator_ptr | _ptr_type |
typedef Locator_var | _var_type |
typedef Locator_out | _out_type |
Public Member Functions | |
virtual ::CORBA::Long | register_activator (const char *name,::ImplementationRepository::Activator_ptr act) |
virtual void | unregister_activator (const char *name,::CORBA::Long token) |
virtual void | notify_child_death (const char *name) |
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 Locator_ptr | _duplicate (Locator_ptr obj) |
static void | _tao_release (Locator_ptr obj) |
static Locator_ptr | _narrow (::CORBA::Object_ptr obj) |
static Locator_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static Locator_ptr | _nil (void) |
Protected Member Functions | |
Locator (void) | |
Locator (::IOP::IOR *ior, TAO_ORB_Core *orb_core) | |
Locator (TAO_Stub *objref,::CORBA::Boolean _tao_collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) | |
virtual | ~Locator (void) |
Private Member Functions | |
Locator (const Locator &) | |
void | operator= (const Locator &) |
Friends | |
class | TAO::Narrow_Utils< Locator > |
ImplementationRepository::Locator::Locator | ( | void | ) | [protected] |
ImplementationRepository::Locator::Locator | ( | ::IOP::IOR * | ior, |
TAO_ORB_Core * | orb_core | ||
) | [protected] |
ImplementationRepository::Locator::Locator | ( | 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.7 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
ImplementationRepository::Locator::~Locator | ( | void | ) | [protected, virtual] |
ImplementationRepository::Locator::Locator | ( | const Locator & | ) | [private] |
ImplementationRepository::Locator_ptr ImplementationRepository::Locator::_duplicate | ( | Locator_ptr | obj | ) | [static] |
const char * ImplementationRepository::Locator::_interface_repository_id | ( | void | ) | const [virtual] |
CORBA::Boolean ImplementationRepository::Locator::_is_a | ( | const char * | type_id | ) |
ImplementationRepository::Locator_ptr ImplementationRepository::Locator::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
ImplementationRepository::Locator_ptr ImplementationRepository::Locator::_nil | ( | void | ) | [static] |
void ImplementationRepository::Locator::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
void ImplementationRepository::Locator::_tao_release | ( | Locator_ptr | obj | ) | [static] |
ImplementationRepository::Locator_ptr ImplementationRepository::Locator::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
CORBA::Boolean ImplementationRepository::Locator::marshal | ( | TAO_OutputCDR & | cdr | ) |
void ImplementationRepository::Locator::notify_child_death | ( | const char * | name | ) | [virtual] |
void ImplementationRepository::Locator::operator= | ( | const Locator & | ) | [private] |
CORBA::Long ImplementationRepository::Locator::register_activator | ( | const char * | name, |
::ImplementationRepository::Activator_ptr | act | ||
) |
void ImplementationRepository::Locator::unregister_activator | ( | const char * | name, |
::CORBA::Long | token | ||
) | [virtual] |
friend class TAO::Narrow_Utils< Locator > [friend] |