:: com :: sun :: star ::

module loader
Description
Component implementation loader interfaces.

Services
Dynamic makes it possible to access services accessible via a UnoUrlResolver E.g., instantiation of services in another process. This service is still in an experimental state and should not be used in a production environment.
Java allows to access a java component stored with a .jar file
Java2 the same as Java.
SharedLibrary allows to access a native component stored in a shared library.
Interfaces
XImplementationLoader handles activation (loading) of a UNO component.
Exceptions
CannotActivateFactoryException indicates an error during component activation
Top of Page