Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl Class Reference

#include <ImplRepoS.h>

Inheritance diagram for POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl:

Inheritance graph
[legend]
Collaboration diagram for POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl:

Collaboration graph
[legend]
List of all members.

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 )

Constructor & Destructor Documentation

POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::_TAO_Administration_Direct_Proxy_Impl void   
 

virtual POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::~_TAO_Administration_Direct_Proxy_Impl void    [inline, virtual]
 


Member Function Documentation

void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::activate_server CORBA_Object   _collocated_tao_target_,
const char *server    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , ImplementationRepository::NotFound , ImplementationRepository::CannotActivate ) [virtual]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.

char * POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::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]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.

void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::find CORBA_Object   _collocated_tao_target_,
const char *    server,
ImplementationRepository::ServerInformation_out info    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , ImplementationRepository::NotFound ) [virtual]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.

void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::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 ) [virtual]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.

void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::register_server CORBA_Object   _collocated_tao_target_,
const char *    server,
const ImplementationRepository::StartupOptions &options    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , ImplementationRepository::AlreadyRegistered ) [virtual]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.

void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::remove_server CORBA_Object   _collocated_tao_target_,
const char *server    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , ImplementationRepository::NotFound ) [virtual]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.

void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::reregister_server CORBA_Object   _collocated_tao_target_,
const char *    server,
const ImplementationRepository::StartupOptions &options    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException ) [virtual]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.

char * POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::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]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.

void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::server_is_shutting_down CORBA_Object   _collocated_tao_target_,
const char *server    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , ImplementationRepository::NotFound ) [virtual]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.

void POA_ImplementationRepository::_TAO_Administration_Direct_Proxy_Impl::shutdown_server CORBA_Object   _collocated_tao_target_,
const char *server    ACE_ENV_ARG_DECL
throw ( CORBA::SystemException , ImplementationRepository::NotFound ) [virtual]
 

Reimplemented from ImplementationRepository::_TAO_Administration_Proxy_Impl.


The documentation for this class was generated from the following files:
Generated on Sun Dec 1 14:31:30 2002 for TAO_PortableServer by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001