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

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

Included Services - Summary
Backend

provides access to configuration data.

Exported Interfaces - Summary
XBackendEntities

This interface, that is optional in Backend, is mandatory in this service.

::com::sun::star::lang::XInitialization

allows initializing the backend to use. (details)

Included Services - Details
Backend
Description
provides access to configuration data.
Exported Interfaces - Details
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