:: com :: sun :: star :: configuration ::

service ConfigurationRegistry

Exported Interfaces - Summary
::com::sun::star::registry::XSimpleRegistry
(referenced entity's summary:)
::com::sun::star::util::XFlushable

is used to commit changes to the configuration. (details)

Exported Interfaces - Details
::com::sun::star::registry::XSimpleRegistry
(referenced entity's summary:)
::com::sun::star::util::XFlushable
Description
is used to commit changes to the configuration.

As specified for the com::sun::star::configuration::ConfigurationUpdateAccess service, all changes made to a configuration subtree have to be committed before they become persistent. To do this for a configuration accessed as a registry, call com::sun::star::util::XFlushable::flush().

Warning:Changes that are not flushed will be lost.


 
Top of Page