interface XImplementationLoader in module com::sun::star::loader::

(Global Index)

Syntax

interface XImplementationLoader : com::sun::star::uno::XInterface ;

Description

defines the interface for classes that manage all the work needed to instantiate an implementation.

See also

XImplementationRegistration

Method Summary

activate activates an external service factory.

writeRegistryInfo writes information about implementations in the registry. An implementation supports one or more services. This and more information will be written in the registry. This function is called when an implementation is registered.

Method Details



activate

Syntax

com::sun::star::uno::XInterface activate (
string implementationName,
string implementationLoaderUrl,
string locationUrl,
com::sun::star::registry::XRegistryKey xKey )
raises ( com::sun::star::loader::CannotActivateFactoryException );

Description

activates an external service factory.


writeRegistryInfo

Syntax

boolean writeRegistryInfo (
com::sun::star::registry::XRegistryKey xKey,
string implementationLoaderUrl,
string locationUrl )
raises ( com::sun::star::registry::CannotRegisterImplementationException );

Description

writes information about implementations in the registry. An implementation supports one or more services. This and more information will be written in the registry. This function is called when an implementation is registered.

See also

com::sun::star::repos::XImplementationRegistration
Top of Page