:: 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 ConfigurationUpdateAccess service, all changes made to an configuration subtree have to be committed before they become persistent. To do this for a configuration accessed as a registry, call XFlushable::flush.

Warning:Changes that are not flushed will be lost.


 
Top of Page