:: 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
OOo 1.1.2

Included Services - Summary
ConfigurationProvider

characterizes the functionality.

Exported Interfaces - Summary
::com::sun::star::util::XRefreshable

Provides refresh capabilities, data can be refreshed from the backend(s) into the in-memory cache. (details)

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

Enables the data to be flushed from the in-memory cache to the backend(s). (details)

::com::sun::star::lang::XLocalizable

Enable setting/getting locale for Provider (details)

Properties' Summary
boolean
EnableAsync
[ OPTIONAL ]
Property to enable/disable asynchronous write-back from in-memory cache to backend(s)  
Included Services - Details
ConfigurationProvider
Description
characterizes the functionality.
Exported Interfaces - Details
::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
OOo 2.0
Properties' Details
EnableAsync
boolean EnableAsync;
Usage Restrictions
optional
Description
Property to enable/disable asynchronous write-back from in-memory cache to backend(s)
Since
OOo 2.0

 
Top of Page