:: 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 ::com::sun::star::lang::ServiceManager .
See also
::com::sun::star::lang::ServiceManager

Included Services
::com::sun::star::lang::ServiceManager
Description
This is a derived ServiceManager service.
Exported Interfaces
::com::sun::star::lang::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 ::com::sun::star::lang::ServiceManager which is the context to be used using the ::com::sun::star::lang::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