SharedLibraryLoader class provides the functionality of the com.sun.star.loader.SharedLibrary
service.
public class SharedLibraryLoader
extends java.lang.Object
com.sun.star.loader.SharedLibrary,
com.sun.star.comp.servicemanager.ServiceManager,
com.sun.star.lang.ServiceManager| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_IMPLEMENTATION
Deprecated.
The default implementation name
|
static java.lang.String |
DEFAULT_LIBRARY
Deprecated.
The default library which contains the SharedLibraryLoader component
|
| Constructor and Description |
|---|
SharedLibraryLoader()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static XSingleServiceFactory |
getServiceFactory(java.lang.String libName,
java.lang.String impName,
XMultiServiceFactory smgr,
XRegistryKey regKey)
Deprecated.
Loads and returns a specific factory for a given library and implementation name.
|
static XSingleServiceFactory |
getServiceFactory(XMultiServiceFactory smgr,
XRegistryKey regKey)
Deprecated.
Supplies the ServiceFactory of the default SharedLibraryLoader.
|
static boolean |
writeRegistryServiceInfo(com.sun.star.lang.XMultiServiceFactory smgr,
com.sun.star.registry.XRegistryKey regKey)
Deprecated.
Registers the SharedLibraryLoader under a RegistryKey.
|
static boolean |
writeRegistryServiceInfo(java.lang.String libName,
com.sun.star.lang.XMultiServiceFactory smgr,
com.sun.star.registry.XRegistryKey regKey)
Deprecated.
Registers the SharedLibraryLoader under a RegistryKey.
|
public static final java.lang.String DEFAULT_LIBRARY
public static final java.lang.String DEFAULT_IMPLEMENTATION
public static XSingleServiceFactory getServiceFactory(XMultiServiceFactory smgr,
XRegistryKey regKey)
smgr - the ServiceManagerregKey - the root registry keycom.sun.star.loader.SharedLibrary,
com.sun.star.lang.ServiceManager,
com.sun.star.registry.RegistryKeypublic static XSingleServiceFactory getServiceFactory(java.lang.String libName,
java.lang.String impName,
XMultiServiceFactory smgr,
XRegistryKey regKey)
libName - the name of the shared libraryimpName - the implementation name of the componentsmgr - the ServiceManagerregKey - the root registry keycom.sun.star.loader.SharedLibrary,
com.sun.star.lang.ServiceManager,
com.sun.star.registry.RegistryKeypublic static boolean writeRegistryServiceInfo(com.sun.star.lang.XMultiServiceFactory smgr,
com.sun.star.registry.XRegistryKey regKey)
smgr - the ServiceManagerregKey - the root key under that the component should be registeredcom.sun.star.loader.SharedLibrary,
com.sun.star.lang.ServiceManager,
com.sun.star.registry.RegistryKeypublic static boolean writeRegistryServiceInfo(java.lang.String libName,
com.sun.star.lang.XMultiServiceFactory smgr,
com.sun.star.registry.XRegistryKey regKey)
throws com.sun.star.registry.InvalidRegistryException,
com.sun.star.uno.RuntimeException
libName - name of the shared librarysmgr - the ServiceManagerregKey - the root key under that the component should be registeredcom.sun.star.registry.InvalidRegistryExceptioncom.sun.star.uno.RuntimeExceptioncom.sun.star.loader.SharedLibrary,
com.sun.star.lang.ServiceManager,
com.sun.star.registry.RegistryKey