public class W2XRegistration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static XMultiServiceFactory |
xMultiServiceFactory |
Constructor and Description |
---|
W2XRegistration() |
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)
JavaLoader
implName
- 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.JavaLoader
public static boolean __writeRegistryServiceInfo(XRegistryKey regKey)
JavaLoader
regKey
- the registryKeycom.sun.star.comp.loader.JavaLoader