TAO_Implementation_Repository
2.1.2
|
#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 > |
|
protected |
|
protected |
|
protected |
Code generated by the The ACE ORB (TAO) IDL Compiler v2.1.1 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
|
protectedvirtual |
|
private |
|
static |
|
virtual |
CORBA::Boolean ImplementationRepository::Locator::_is_a | ( | const char * | type_id | ) |
|
static |
|
static |
|
static |
|
static |
|
virtual |
|
private |
CORBA::Long ImplementationRepository::Locator::register_activator | ( | const char * | name, |
::ImplementationRepository::Activator_ptr | act | ||
) |
|
virtual |
|
friend |