#include <acsdaemonImpl.h>
Collaboration diagram for ACSDaemonImpl:

Public Member Functions | |
| ACSDaemonImpl (LoggingProxy &logProxy) | |
| virtual | ~ACSDaemonImpl () |
| bool | isInitialized () |
| int | startup (int argc, char *argv[]) |
| int | run () |
| void | shutdown () |
| const char * | getIOR () const |
| virtual void | start_container (const char *container_type, const char *container_name,::CORBA::Short instance_number, const char *additional_command_line) throw (( CORBA::SystemException, ::acsdaemonErrType::FailedToStartContainerEx, ::ACSErrTypeCommon::BadParameterEx )) |
Protected Member Functions | |
| int | init_ORB (int &argc, char *argv[]) |
Protected Attributes | |
| bool | m_isInitialized |
| CORBA::ORB_var | m_orb |
| LoggingProxy & | m_logProxy |
| CORBA::String_var | m_ior |
|
|
Constructor |
|
|
Destructor |
|
|
Get CORBA IOR. |
|
||||||||||||
|
initialize the ORB. |
|
|
Initalization status |
|
|
Run the daemon.
|
|
|
Shutdown the daemon. |
|
||||||||||||||||||||
|
|
|
||||||||||||
|
Initializes the daemon. |
|
|
CORBA IOR * |
|
|
Initialization status |
|
|
Logging. proxy * |
|
|
The ORB that we use. |
1.3.6