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

service OfflineBackend
Description
implements BackendAdapter that maintains a cache so it can operate even if the SingleBackend holding the data is inaccessible.
Since
OOo 1.1.2
See also
OnlineBackend

Included Services - Summary
BackendAdapter

provides access to configuration data from a SingleBackend. (details)

Included Services - Details
BackendAdapter
Description
provides access to configuration data from a SingleBackend.

If no backend is provided during initialization or if the context contains an Offline flag that is true, then off-line mode is activated. This may fail, if the off-line cache has not been filled during a previous execution.

Less entities may be available from XBackendEntities, when operating in off-line mode than when operating with an on-line SingleBackend.

If off-line mode is not invoked, the implementation behaves like any other BackendAdapter.


 
Top of Page