:: com :: sun :: star ::

module loader
Description
Component implementation loader interfaces.

Services
::com::sun::star::loader::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.
::com::sun::star::loader::Java allows to access a java component stored with a .jar file
::com::sun::star::loader::Java2 the same as ::com::sun::star::loader::Java .
::com::sun::star::loader::SharedLibrary allows to access a native component stored in a shared library.
Interfaces
::com::sun::star::loader::XImplementationLoader handles activation (loading) of a UNO component.
Exceptions
::com::sun::star::loader::CannotActivateFactoryException indicates an error during component activation
Top of Page