TAO_Implementation_Repository
2.0.8
|
#include <ImR_ActivatorC.h>
Public Types | |
typedef Activator_ptr | _ptr_type |
typedef Activator_var | _var_type |
typedef Activator_out | _out_type |
Public Member Functions | |
virtual void | start_server (const char *name, const char *cmdline, const char *dir, const ::ImplementationRepository::EnvironmentList &env) |
virtual void | shutdown (void) |
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 Activator_ptr | _duplicate (Activator_ptr obj) |
static void | _tao_release (Activator_ptr obj) |
static Activator_ptr | _narrow (::CORBA::Object_ptr obj) |
static Activator_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static Activator_ptr | _nil (void) |
Protected Member Functions | |
Activator (void) | |
Activator (::IOP::IOR *ior, TAO_ORB_Core *orb_core) | |
Activator (TAO_Stub *objref,::CORBA::Boolean _tao_collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) | |
virtual | ~Activator (void) |
Private Member Functions | |
Activator (const Activator &) | |
void | operator= (const Activator &) |
Friends | |
class | TAO::Narrow_Utils< Activator > |
Reimplemented from CORBA::Object.
Reimplemented from CORBA::Object.
Reimplemented from CORBA::Object.
ImplementationRepository::Activator::Activator | ( | void | ) | [protected] |
ImplementationRepository::Activator::Activator | ( | ::IOP::IOR * | ior, |
TAO_ORB_Core * | orb_core | ||
) | [protected] |
ImplementationRepository::Activator::Activator | ( | 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::Activator::~Activator | ( | void | ) | [protected, virtual] |
ImplementationRepository::Activator::Activator | ( | const Activator & | ) | [private] |
ImplementationRepository::Activator_ptr ImplementationRepository::Activator::_duplicate | ( | Activator_ptr | obj | ) | [static] |
const char * ImplementationRepository::Activator::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Object.
CORBA::Boolean ImplementationRepository::Activator::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Object.
ImplementationRepository::Activator_ptr ImplementationRepository::Activator::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
ImplementationRepository::Activator_ptr ImplementationRepository::Activator::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Object.
void ImplementationRepository::Activator::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from CORBA::Object.
void ImplementationRepository::Activator::_tao_release | ( | Activator_ptr | obj | ) | [static] |
ImplementationRepository::Activator_ptr ImplementationRepository::Activator::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
CORBA::Boolean ImplementationRepository::Activator::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Object.
void ImplementationRepository::Activator::operator= | ( | const Activator & | ) | [private] |
void ImplementationRepository::Activator::shutdown | ( | void | ) | [virtual] |
void ImplementationRepository::Activator::start_server | ( | const char * | name, |
const char * | cmdline, | ||
const char * | dir, | ||
const ::ImplementationRepository::EnvironmentList & | env | ||
) | [virtual] |
friend class TAO::Narrow_Utils< Activator > [friend] |