Classes | |
class | DAM_Map |
Map of DomainApplicationManager to ACE_CStrings. More... | |
class | Execution_Manager_Impl |
This class implements the ExecutionManger. ExecutionManager starts the execution process after the planning stage. More... | |
Functions | |
bool | parse_args (int argc, char *argv[]) |
bool | write_ior_file (CORBA::ORB_ptr orb, CIAO::ExecutionManagerDaemon_ptr obj) |
void | write_pid (void) |
bool | register_with_ns (CORBA::ORB_ptr orb, CIAO::ExecutionManagerDaemon_ptr obj) |
int | run_main (int argc, char *argv[]) |
Variables | |
const char * | ior_file_name_ = "executionManager.ior" |
const char * | init_file_name = "deployment.dat" |
const char * | pid_file_name_ = 0 |
static bool | register_with_ns_ = false |
static bool | write_to_ior_ = false |
bool CIAO::Execution_Manager::parse_args | ( | int | argc, | |
char * | argv[] | |||
) |
bool CIAO::Execution_Manager::write_ior_file | ( | CORBA::ORB_ptr | orb, | |
CIAO::ExecutionManagerDaemon_ptr | obj | |||
) |
void CIAO::Execution_Manager::write_pid | ( | void | ) |
bool CIAO::Execution_Manager::register_with_ns | ( | CORBA::ORB_ptr | orb, | |
CIAO::ExecutionManagerDaemon_ptr | obj | |||
) |
int CIAO::Execution_Manager::run_main | ( | int | argc, | |
char * | argv[] | |||
) |
const char* CIAO::Execution_Manager::ior_file_name_ = "executionManager.ior" |
const char* CIAO::Execution_Manager::init_file_name = "deployment.dat" |
const char* CIAO::Execution_Manager::pid_file_name_ = 0 |
bool CIAO::Execution_Manager::register_with_ns_ = false [static] |
bool CIAO::Execution_Manager::write_to_ior_ = false [static] |