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

service RegistryServiceManager
Description
Provides a collection of implementations for services reading from a persistent registry storage. For usage of the service manager have a look at service description of ServiceManager .
See also
ServiceManager

Included Services
ServiceManager
Description
This is a derived ServiceManager service.
Exported Interfaces
XInitialization
Description
The first two arguments of the intitialization arguments reference:
  1. a simple registry ( ::com::sun::star::registry::XSimpleRegistry ), i.e. the registry to be read from
  2. a component context ( ::com::sun::star::uno::XComponentContext ) to be installed as "DefaultContext" property of the ServiceManager which is the context to be used using the XMultiServiceFactory interface.
::com::sun::star::beans::XPropertySet
Description
Property access.
Properties' Summary
[ readonly ] ::com::sun::star::registry::XSimpleRegistry
Registry
Specifies the current registry to be read from.  
Properties' Details
Registry
[ readonly ] ::com::sun::star::registry::XSimpleRegistry Registry;
Description
Specifies the current registry to be read from.

 
Top of Page