service ConfigurationRegistry in module com::sun::star::configuration::

(Global Index)

Syntax

service ConfigurationRegistry;

Exported Interfaces

com::sun::star::registry::XSimpleRegistry

Description

controls the binding of the object to a configuration sub tree. XSimpleRegistry::open is used to open a special subtree within the configuration tree.
The parameters of this method control the location of the root of the to-be-opened configuration node and the access mode (read only or updatable).


com::sun::star::util::XFlushable

Description

as specified for the ConfigurationProvider service, all changes made to an configuration subtree have to be commited before they become persistent. The XFlushable is used to control this behavior for a configuration accessed as a registry.


Top of Page