Inheritance diagram for POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl:
Public Methods |
| _TAO_Administration_Direct_Proxy_Impl (void) |
virtual | ~_TAO_Administration_Direct_Proxy_Impl (void) |
virtual void | activate_server (CORBA_Object *_collocated_tao_target_, const char *server ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , ImplementationRepository::NotFound , ImplementationRepository::CannotActivate ) |
virtual char * | activate_server_with_startup (CORBA_Object *_collocated_tao_target_, const char *server, CORBA::Long check_startup ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , ImplementationRepository::NotFound , ImplementationRepository::CannotActivate ) |
virtual void | register_server (CORBA_Object *_collocated_tao_target_, const char *server, const ImplementationRepository::StartupOptions &options ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , ImplementationRepository::AlreadyRegistered ) |
virtual void | reregister_server (CORBA_Object *_collocated_tao_target_, const char *server, const ImplementationRepository::StartupOptions &options ACE_ENV_ARG_DECL) throw ( CORBA::SystemException ) |
virtual void | remove_server (CORBA_Object *_collocated_tao_target_, const char *server ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , ImplementationRepository::NotFound ) |
virtual void | shutdown_server (CORBA_Object *_collocated_tao_target_, const char *server ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , ImplementationRepository::NotFound ) |
virtual char * | server_is_running (CORBA_Object *_collocated_tao_target_, const char *server, const char *addr, ImplementationRepository::ServerObject_ptr server_object ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , ImplementationRepository::NotFound ) |
virtual void | server_is_shutting_down (CORBA_Object *_collocated_tao_target_, const char *server ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , ImplementationRepository::NotFound ) |
virtual void | find (CORBA_Object *_collocated_tao_target_, const char *server, ImplementationRepository::ServerInformation_out info ACE_ENV_ARG_DECL) throw ( CORBA::SystemException , ImplementationRepository::NotFound ) |
virtual void | list (CORBA_Object *_collocated_tao_target_, CORBA::ULong how_many, ImplementationRepository::ServerInformationList_out server_list, ImplementationRepository::ServerInformationIterator_out server_iterator ACE_ENV_ARG_DECL) throw ( CORBA::SystemException ) |