com.sun.star.comp.helper
SharedLibraryLoader class provides the functionality of the com.sun.star.loader.SharedLibrary
service.
public class SharedLibraryLoader extends Object
SharedLibrary,
com.sun.star.comp.servicemanager.ServiceManager,
ServiceManager| 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)
smgr - the ServiceManagerregKey - the root registry keySharedLibrary,
ServiceManager,
RegistryKeypublic static XSingleServiceFactory getServiceFactory(String libName, String impName, XMultiServiceFactory smgr, XRegistryKey regKey)
libName - the name of the shared libraryimpName - the implementation name of the componentsmgr - the ServiceManagerregKey - the root registry keySharedLibrary,
ServiceManager,
RegistryKeypublic static boolean writeRegistryServiceInfo(XMultiServiceFactory smgr, XRegistryKey regKey)
smgr - the ServiceManagerregKey - the root key under that the component should be registeredSharedLibrary,
ServiceManager,
RegistryKeypublic static boolean writeRegistryServiceInfo(String libName, XMultiServiceFactory smgr, XRegistryKey regKey) throws InvalidRegistryException, RuntimeException
libName - name of the shared librarysmgr - the ServiceManagerregKey - the root key under that the component should be registeredInvalidRegistryExceptionRuntimeExceptionSharedLibrary,
ServiceManager,
RegistryKey