DAnCE ..
Public Member Functions | Protected Member Functions | Private Attributes

DAnCE::Config_Handlers::XML_File_Intf Class Reference

#include <XML_File_Intf.h>

Collaboration diagram for DAnCE::Config_Handlers::XML_File_Intf:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 XML_File_Intf (const ACE_TCHAR *file)
 ~XML_File_Intf (void)
::Deployment::DeploymentPlan
const * 
get_plan (void)
::Deployment::DeploymentPlanrelease_plan (void)
::Deployment::Domain const * get_domain (void)
::Deployment::Domainrelease_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_TCHARfile_
ACE_Auto_Ptr
< ::Deployment::DeploymentPlan
idl_dp_
ACE_Auto_Ptr
< ::Deployment::Domain
idl_domain_

Constructor & Destructor Documentation

DAnCE::Config_Handlers::XML_File_Intf::XML_File_Intf ( const ACE_TCHAR file)
DAnCE::Config_Handlers::XML_File_Intf::~XML_File_Intf ( void  )

Member Function Documentation

void DAnCE::Config_Handlers::XML_File_Intf::add_search_path ( const ACE_TCHAR environment,
const ACE_TCHAR relpath 
)
Deployment::Domain const * DAnCE::Config_Handlers::XML_File_Intf::get_domain ( void  )
Deployment::DeploymentPlan const * DAnCE::Config_Handlers::XML_File_Intf::get_plan ( void  )
bool DAnCE::Config_Handlers::XML_File_Intf::read_process_domain ( const ACE_TCHAR file) [protected]
bool DAnCE::Config_Handlers::XML_File_Intf::read_process_plan ( const ACE_TCHAR file) [protected]
Deployment::Domain * DAnCE::Config_Handlers::XML_File_Intf::release_domain ( void  )
Deployment::DeploymentPlan * DAnCE::Config_Handlers::XML_File_Intf::release_plan ( void  )

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines