public class W2LRegistration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static XMultiServiceFactory |
xMultiServiceFactory |
| Constructor and Description |
|---|
W2LRegistration() |
| Modifier and Type | Method and Description |
|---|---|
static XSingleServiceFactory |
__getServiceFactory(java.lang.String implName,
XMultiServiceFactory multiFactory,
XRegistryKey regKey)
Returns a factory for creating the service.
|
static boolean |
__writeRegistryServiceInfo(XRegistryKey regKey)
Writes the service information into the given registry key.
|
public static XSingleServiceFactory __getServiceFactory(java.lang.String implName,
XMultiServiceFactory multiFactory,
XRegistryKey regKey)
JavaLoaderimplName - the name of the implementation for which a
service is desiredmultiFactory - the service manager to be used if neededregKey - the registryKeyXSingleServiceFactory for creating the
componentcom.sun.star.comp.loader.JavaLoaderpublic static boolean __writeRegistryServiceInfo(XRegistryKey regKey)
JavaLoader
regKey - the registryKeycom.sun.star.comp.loader.JavaLoader