Public Member Functions |
| ImR_Locator_i () |
| ~ImR_Locator_i (void) |
int | init (Options &opts) |
| Initialize the service, creating its own orb, poa, etc.
|
int | init_with_orb (CORBA::ORB_ptr orb, Options &opts) |
| Same as above, but use the given orb.
|
int | fini (void) |
| Cleans up any state created by init*.
|
int | run (void) |
| Run using the orb reference created during init()
|
void | shutdown (bool wait_for_completion) |
| Shutdown the orb.
|
int | debug () const |
virtual CORBA::Long | register_activator (const char *name, ImplementationRepository::Activator_ptr admin) |
virtual void | unregister_activator (const char *name, CORBA::Long token) |
virtual void | notify_child_death (const char *name) |
virtual void | activate_server (const char *name) |
virtual void | add_or_update_server (const char *name, const ImplementationRepository::StartupOptions &options) |
virtual void | remove_server (const char *name) |
virtual void | shutdown_server (const char *name) |
virtual void | find (const char *name, ImplementationRepository::ServerInformation_out info) |
virtual void | list (CORBA::ULong how_many, ImplementationRepository::ServerInformationList_out server_list, ImplementationRepository::ServerInformationIterator_out server_iterator) |
virtual void | shutdown (CORBA::Boolean activators, CORBA::Boolean servers) |
virtual void | server_is_running (const char *name, const char *partial_ior, ImplementationRepository::ServerObject_ptr server_object) |
virtual void | server_is_shutting_down (const char *name) |
char * | activate_server_by_object (const char *object_name) |
char * | activate_server_by_name (const char *name, bool manual_start) |
| Locator (const Locator &rhs) |
virtual | ~Locator (void) |
virtual ::CORBA::Boolean | _is_a (const char *logical_type_id) |
virtual void | _dispatch (TAO_ServerRequest &req, void *servant_upcall) |
::ImplementationRepository::Locator * | _this (void) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Long | register_activator (const char *name,::ImplementationRepository::Activator_ptr act)=0 |
virtual void | unregister_activator (const char *name,::CORBA::Long token)=0 |
Additional Inherited Members |
typedef
::ImplementationRepository::Locator | _stub_type |
| Useful for template programming.
|
typedef
::ImplementationRepository::Locator_ptr | _stub_ptr_type |
typedef
::ImplementationRepository::Locator_var | _stub_var_type |
static void | _is_a_skel (TAO_ServerRequest &req, void *servant_upcall, void *servant) |
static void | _non_existent_skel (TAO_ServerRequest &req, void *servant_upcall, void *servant) |
static void | _interface_skel (TAO_ServerRequest &req, void *servant_upcall, void *servant) |
static void | _component_skel (TAO_ServerRequest &req, void *servant_upcall, void *servant) |
static void | _repository_id_skel (TAO_ServerRequest &req, void *servant_upcall, void *servant) |
static void | register_activator_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | unregister_activator_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | notify_child_death_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | activate_server_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | add_or_update_server_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | remove_server_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | shutdown_server_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | server_is_running_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | server_is_shutting_down_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | find_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | list_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
static void | shutdown_skel (TAO_ServerRequest &server_request, void *servant_upcall, void *servant) |
| Locator (void) |