registers a component which provides one or more implementations.
Parameter aLocation
specifies the location of the component with the URL.
Parameter xReg
specifies the registry where the component should be installed.
If it is a NULL interface, then the component will be installed
in the system registry (if this feature is supported).
revokes a component and all their provided implementations from the registry.
Parameter aLocation
specifies the location of the component with the URL.
Parameter xReg
specifies the registry where the component should be installed.
If it is a NULL interface, then the component will be revoked
from the system registry (if this feature is supported).
the names of the implementations registered by the url location.
Parameter aImplementationLoader
specifies the name of the needed loader for this type of implementation. For
example, the loader "com.sun.star.loader.SharedLibrary" for implementations
that are realized as an SharedLibrary.
Parameter aLocation
specifies the location of the component with the URL.