Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/run/xml/XmlConfigurable.hpp>
Inherits Object.
Inherited by ConfigurableCacheFactory [virtual].
XmlConfigurable interface represents an Object that can be configured by providing configuration information from XML structure.
Public Types |
|
| typedef spec::Handle | Handle |
| XmlConfigurable Handle definition. | |
| typedef spec::View | View |
| XmlConfigurable View definition. | |
| typedef spec::Holder | Holder |
| XmlConfigurable Holder definition. | |
Public Member Functions |
|
| virtual XmlElement::View | getConfig () const =0 |
| If this Object was previously configured using some XML configuration, the corresponding XmlElement is returned. | |
| virtual void | setConfig (XmlElement::View vXml)=0 |
| Configure this Object using the provided XmlElement. | |
| virtual XmlElement::View getConfig | ( | ) | const [pure virtual] |
If this Object was previously configured using some XML configuration, the corresponding XmlElement is returned.
Implemented in DefaultConfigurableCacheFactory.
| virtual void setConfig | ( | XmlElement::View | vXml | ) | [pure virtual] |
Configure this Object using the provided XmlElement.
| vXml | the XML configuration to set |
The documentation for this class was generated from the following file: