Top   Module   Use   Manual   Index 
 NESTED MODULES | SERVICES | INTERFACES | STRUCTS | EXCEPTIONS | ENUMS | TYPEDEFS | CONSTANT GROUPS 

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
Java makes it possible to access the services implemented in a Java class file.
SharedLibrary makes it possible to access the services implemented in a shared library.

Interfaces

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

Exceptions

CannotActivateFactoryException is thrown when an application tries to activate a component factory using the XImplementationLoader::activate() method, but the component factory can not be activated.

Top of Page