Save Notification Service Topology to an XML file.
More...
#include <XML_Saver.h>
List of all members.
Detailed Description
Save Notification Service Topology to an XML file.
Constructor & Destructor Documentation
TAO_Notify::XML_Saver::XML_Saver |
( |
bool |
timestamp = true |
) |
|
Construct an XML_Saver. Initialization is deferred to "open()"
TAO_Notify::XML_Saver::~XML_Saver |
( |
|
) |
[virtual] |
Member Function Documentation
void TAO_Notify::XML_Saver::backup_file_name |
( |
ACE_TCHAR * |
file_path, |
|
|
size_t |
nfile | |
|
) |
| | [private] |
void TAO_Notify::XML_Saver::close |
( |
void |
|
) |
[virtual] |
Close the saver.
This is not pure virtual. The default implementation does nothing.
There should be a corresponding open, but the signature may vary based on the type of saver, so we can't include it in the interface.
Reimplemented from TAO_Notify::Topology_Saver.
bool TAO_Notify::XML_Saver::open |
( |
const ACE_TString & |
file_name, |
|
|
size_t |
backup_count | |
|
) |
| | |
Open the output file.
- Parameters:
-
| file_name | the fully qualified file name |
- Returns:
- true if successful
Member Data Documentation
the name of the output file
A string consisting of spaces that is our current indentation level.
A stream representing our current output.
true to enable timestamping
The documentation for this class was generated from the following files: