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

service BackendAdapter
Description
implements Backend retrieving data from a SingleBackend .
Since
OpenOffice 1.1.2

Included Services
Backend
Description
provides access to configuration data.
Exported Interfaces
XBackendEntities
Description
This interface, that is optional in Backend , is mandatory in this service.
::com::sun::star::lang::XInitialization
Usage Restrictions
optional
Description
allows initializing the backend to use.

If this interface is present, a SingleBackend may be passed, that is used to access the data. Also a ::com::sun::star::configuration::bootstrap::BootstrapContext can be passed, that provides further settings for the backend.

If this interface is missing, the real backend to use is determined from the ::com::sun::star::uno::XComponentContext .


 
Top of Page