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

interface XImplementationRegistration2
Base Interfaces
XImplementationRegistration2XImplementationRegistration

XImplementationRegistration
(referenced interface's summary:)

Methods' Summary
registerImplementationWithLocation registers a component which provides one or more implementations.  
Methods' Details
registerImplementationWithLocation
void
registerImplementationWithLocation( [in] string  aImplementationLoader,
[in] string  aLocation,
[in] string  aRegisteredLocation,
[in] XSimpleRegistry  xReg )
raises( CannotRegisterImplementationException );

Description
registers a component which provides one or more implementations.
Parameter aLocation
specifies the location of the component with the URL.
Parameter aRegisteredLocation
the URL with which the component is actually registered.
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).
Top of Page