#include <AnyCorbaCfg.idl>
Inheritance diagram for AnyConfig::CorbaConfig::
Public Types | |
typedef sequence<AcValuePair> | AcValuePairSeq |
A sequence of AcValuePair. More... | |
typedef sequence<AcSection> | AcFullConfig |
The complete configuration. More... | |
Public Methods | |
boolean | getFullConfig (out AcFullConfig cfg) |
Get a copy of the complete configuration. More... | |
boolean | getSection (in string sectionName, out AcValuePairSeq valuePairs) |
Get a copy of a section in the configuration. More... | |
boolean | getValuePair (in string sectionName, in string key, out string value) |
Fetch a configuration value. More... | |
boolean | setValuePair (in string sectionName, in string key, in string value) |
Create or update a configuration value. More... |
|
The complete configuration.
|
|
A sequence of AcValuePair.
|
|
Get a copy of the complete configuration.
|
|
Get a copy of a section in the configuration.
|
|
Fetch a configuration value.
|
|
Create or update a configuration value.
|