SharedLibraryLoader
class provides the functionality of the com.sun.star.loader.SharedLibrary
service.
See also UNOIDL com.sun.star.lang.ServiceManager
.@Deprecated public class SharedLibraryLoader extends Object
SharedLibrary
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_IMPLEMENTATION
Deprecated.
The default implementation name
|
static 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(String libName,
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(String libName,
XMultiServiceFactory smgr,
XRegistryKey regKey)
Deprecated.
Registers the SharedLibraryLoader under a RegistryKey.
|
static boolean |
writeRegistryServiceInfo(XMultiServiceFactory smgr,
XRegistryKey regKey)
Deprecated.
Registers the SharedLibraryLoader under a RegistryKey.
|
public static final String DEFAULT_LIBRARY
public static final String DEFAULT_IMPLEMENTATION
public static XSingleServiceFactory getServiceFactory(XMultiServiceFactory smgr, XRegistryKey regKey)
com.sun.star.lang.ServiceManager
and
com.sun.star.registry.RegistryKey
.smgr
- the ServiceManagerregKey
- the root registry keySharedLibrary
public static XSingleServiceFactory getServiceFactory(String libName, String impName, XMultiServiceFactory smgr, XRegistryKey regKey)
com.sun.star.lang.ServiceManager
and
com.sun.star.registry.RegistryKey
.libName
- the name of the shared libraryimpName
- the implementation name of the componentsmgr
- the ServiceManagerregKey
- the root registry keySharedLibrary
public static boolean writeRegistryServiceInfo(XMultiServiceFactory smgr, XRegistryKey regKey)
com.sun.star.lang.ServiceManager
and
com.sun.star.registry.RegistryKey
.smgr
- the ServiceManagerregKey
- the root key under that the component should be registeredSharedLibrary
public static boolean writeRegistryServiceInfo(String libName, XMultiServiceFactory smgr, XRegistryKey regKey) throws InvalidRegistryException, RuntimeException
com.sun.star.lang.ServiceManager
and
com.sun.star.registry.RegistryKey
.libName
- name of the shared librarysmgr
- the ServiceManagerregKey
- the root key under that the component should be registeredInvalidRegistryException
- if the registry is not valid.RuntimeException
SharedLibrary