:: com :: sun :: star :: registry ::

service SimpleRegistry
Description
makes it possible to create, open, or close a registry. Further, it is possible to merge a registry under a specified key in the open registry. Guarantees:
  • -thread safe

Exported Interfaces - Summary
XSimpleRegistry
(referenced entity's summary:)
allows access to a registry (a persistent data source). The data is stored in a hierarchical key structure beginning with a root key. Each key can store a value and can have multiple subkeys.
Exported Interfaces - Details
XSimpleRegistry
(referenced entity's summary:)
allows access to a registry (a persistent data source). The data is stored in a hierarchical key structure beginning with a root key. Each key can store a value and can have multiple subkeys.

 
Top of Page