service RegistryServiceManager in module com::sun::star::lang:: |
service RegistryServiceManager;
provides a collection of and a registry for implementations for services.
The factories are accessed with a service name. It is possible to access the factories with their implementation name, but that should be avoided.
The first argument of the XInitialization::initialization method may be a reference to a simple registry ( XSimpleRegistry ). If it is not initialized with a registry, then the default registry "com::sun::star::registry::DefaultRegistry" is used. If this registry is not found, then the manager works without a registry.
You can get the current registry with XPropertySet::getPropertyValue .
The interfaces added through the XSet interfaces should support the following interfaces:
Included Services |
Exported Interfaces |
The first argument of the intitialization method of this interface may be a reference to a simple registry ( XSimpleRegistry ).
The method getPropertyValue must be implemented to get the readonly property Registry . All other methods are optional.
Property Summary |
|
Registry | specifies the current registry. |
Property Details |
||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.