#include <XML_File_Intf.h>
Public Member Functions | |
XML_File_Intf (const ACE_TCHAR *file) | |
~XML_File_Intf (void) | |
::Deployment::DeploymentPlan const * | get_plan (void) |
::Deployment::DeploymentPlan * | release_plan (void) |
::Deployment::Domain const * | get_domain (void) |
::Deployment::Domain * | release_domain (void) |
void | add_search_path (const ACE_TCHAR *environment, const ACE_TCHAR *relpath) |
Protected Member Functions | |
bool | read_process_plan (const ACE_TCHAR *file) |
bool | read_process_domain (const ACE_TCHAR *file) |
Private Attributes | |
std::basic_string< ACE_TCHAR > | file_ |
ACE_Auto_Ptr < ::Deployment::DeploymentPlan > | idl_dp_ |
ACE_Auto_Ptr < ::Deployment::Domain > | idl_domain_ |
CIAO::Config_Handlers::XML_File_Intf::XML_File_Intf | ( | const ACE_TCHAR * | file | ) |
CIAO::Config_Handlers::XML_File_Intf::~XML_File_Intf | ( | void | ) |
void CIAO::Config_Handlers::XML_File_Intf::add_search_path | ( | const ACE_TCHAR * | environment, | |
const ACE_TCHAR * | relpath | |||
) |
Deployment::Domain const * CIAO::Config_Handlers::XML_File_Intf::get_domain | ( | void | ) |
Deployment::DeploymentPlan const * CIAO::Config_Handlers::XML_File_Intf::get_plan | ( | void | ) |
bool CIAO::Config_Handlers::XML_File_Intf::read_process_domain | ( | const ACE_TCHAR * | file | ) | [protected] |
bool CIAO::Config_Handlers::XML_File_Intf::read_process_plan | ( | const ACE_TCHAR * | file | ) | [protected] |
Deployment::Domain * CIAO::Config_Handlers::XML_File_Intf::release_domain | ( | void | ) |
Deployment::DeploymentPlan * CIAO::Config_Handlers::XML_File_Intf::release_plan | ( | void | ) |
std::basic_string<ACE_TCHAR> CIAO::Config_Handlers::XML_File_Intf::file_ [private] |