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

service DefaultProvider
Description
is a ConfigurationProvider , that is the default ConfigurationProvider for its ::com::sun::star::uno::XComponentContext .

This object is accessible as singleton within the context

.
Since
OpenOffice 1.1.2

Included Services
ConfigurationProvider
Description
characterizes the functionality.
Exported Interfaces
::com::sun::star::util::XRefreshable
Usage Restrictions
optional
Description
Provides refresh capabilities, data can be refreshed from the backend(s) into the in-memory cache.
::com::sun::star::util::XFlushable
Usage Restrictions
optional
Description
Enables the data to be flushed from the in-memory cache to the backend(s).
::com::sun::star::lang::XLocalizable
Usage Restrictions
optional
Description
Enable setting/getting locale for Provider
Since
OpenOffice 2.0.0
Properties' Summary
boolean
EnableAsync
[ OPTIONAL ]
Property to enable/disable asynchronous write-back from in-memory cache to backend(s)  
Properties' Details
EnableAsync
boolean EnableAsync;
Usage Restrictions
optional
Description
Property to enable/disable asynchronous write-back from in-memory cache to backend(s)
Since
OpenOffice 2.0.0

 
Top of Page