|
Public Types |
| typedef Administration_ptr | _ptr_type |
| typedef Administration_var | _var_type |
Public Member Functions |
| void | activate_server (in string server) raises (NotFound, CannotActivate) |
| void | register_server (in string server, in StartupOptions options) raises (AlreadyRegistered, NotFound) |
| void | reregister_server (in string server, in StartupOptions options) raises (AlreadyRegistered, NotFound) |
| void | remove_server (in string server) raises (NotFound) |
| void | shutdown_server (in string server) raises (NotFound) |
| void | server_is_running (in string server, in string partial_ior, in ServerObject server_object) raises (NotFound) |
| void | server_is_shutting_down (in string server) raises (NotFound) |
| void | find (in string server, out ServerInformation info) raises (NotFound) |
| void | list (in unsigned long how_many, out ServerInformationList server_list, out ServerInformationIterator server_iterator) |
| virtual void | activate_server (const char *server ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException, ::ImplementationRepository::NotFound, ::ImplementationRepository::CannotActivate ) |
| virtual void | register_server (const char *server, const ::ImplementationRepository::StartupOptions &options ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException, ::ImplementationRepository::AlreadyRegistered, ::ImplementationRepository::NotFound ) |
| virtual void | reregister_server (const char *server, const ::ImplementationRepository::StartupOptions &options ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException, ::ImplementationRepository::AlreadyRegistered, ::ImplementationRepository::NotFound ) |
| virtual void | remove_server (const char *server ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException, ::ImplementationRepository::NotFound ) |
| virtual void | shutdown_server (const char *server ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException, ::ImplementationRepository::NotFound ) |
| virtual void | server_is_running (const char *server, const char *partial_ior,::ImplementationRepository::ServerObject_ptr server_object ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException, ::ImplementationRepository::NotFound ) |
| virtual void | server_is_shutting_down (const char *server ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException, ::ImplementationRepository::NotFound ) |
| virtual void | find (const char *server,::ImplementationRepository::ServerInformation_out info ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException, ::ImplementationRepository::NotFound ) |
| virtual void | list (::CORBA::ULong how_many,::ImplementationRepository::ServerInformationList_out server_list,::ImplementationRepository::ServerInformationIterator_out server_iterator ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw ( CORBA::SystemException ) |
| virtual CORBA::Boolean | _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
| virtual const char * | _interface_repository_id (void) const |
| virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions |
| Administration_ptr | _duplicate (Administration_ptr obj) |
| Administration_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
| Administration_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
| Administration_ptr | _nil (void) |
| void | _tao_any_destructor (void *) |
Protected Member Functions |
| | Administration (void) |
| virtual void | ImplementationRepository_Administration_setup_collocation (void) |
| | Administration (IOP::IOR *ior, TAO_ORB_Core *orb_core=0) |
| | Administration (TAO_Stub *objref, CORBA::Boolean _tao_collocated=0, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) |
| virtual | ~Administration (void) |
Private Member Functions |
| | Administration (const Administration &) |
| void | operator= (const Administration &) |
Private Attributes |
| TAO::Collocation_Proxy_Broker * | the_TAO_Administration_Proxy_Broker_ |
Friends |
| class | TAO::Narrow_Utils<Administration> |
This interface exports all the administration functionality of the Implementation Repository.