|
UDK 3.1.0 Java API Reference | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Object | +--com.sun.star.comp.helper.SharedLibraryLoader
SharedLibraryLoader class provides the functionality of the com.sun.star.loader.SharedLibrary
service.
com.sun.star.loader.SharedLibrary,
com.sun.star.comp.servicemanager.ServiceManager,
com.sun.star.lang.ServiceManager| フィールドの概要 | |
static String |
DEFAULT_IMPLEMENTATION
推奨されていません。 The default implementation name |
static String |
DEFAULT_LIBRARY
推奨されていません。 The default library which contains the SharedLibraryLoader component |
| コンストラクタの概要 | |
SharedLibraryLoader()
推奨されていません。 |
|
| メソッドの概要 | |
static XSingleServiceFactory |
getServiceFactory(String libName,
String impName,
XMultiServiceFactory smgr,
XRegistryKey regKey)
推奨されていません。 Loads and returns a specific factory for a given library and implementation name. |
static XSingleServiceFactory |
getServiceFactory(XMultiServiceFactory smgr,
XRegistryKey regKey)
推奨されていません。 Supplies the ServiceFactory of the default SharedLibraryLoader. |
static boolean |
writeRegistryServiceInfo(String libName,
XMultiServiceFactory smgr,
XRegistryKey regKey)
推奨されていません。 Registers the SharedLibraryLoader under a RegistryKey. |
static boolean |
writeRegistryServiceInfo(XMultiServiceFactory smgr,
XRegistryKey regKey)
推奨されていません。 Registers the SharedLibraryLoader under a RegistryKey. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public static final String DEFAULT_LIBRARY
public static final String DEFAULT_IMPLEMENTATION
| コンストラクタの詳細 |
public SharedLibraryLoader()
| メソッドの詳細 |
public static XSingleServiceFactory getServiceFactory(XMultiServiceFactory smgr,
XRegistryKey regKey)
smgr - the ServiceManagerregKey - the root registry key
com.sun.star.loader.SharedLibrary,
com.sun.star.lang.ServiceManager,
com.sun.star.registry.RegistryKey
public 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 key
com.sun.star.loader.SharedLibrary,
com.sun.star.lang.ServiceManager,
com.sun.star.registry.RegistryKey
public static boolean writeRegistryServiceInfo(XMultiServiceFactory smgr,
XRegistryKey regKey)
smgr - the ServiceManagerregKey - the root key under that the component should be registered
com.sun.star.loader.SharedLibrary,
com.sun.star.lang.ServiceManager,
com.sun.star.registry.RegistryKey
public 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 registered
InvalidRegistryException
RuntimeExceptioncom.sun.star.loader.SharedLibrary,
com.sun.star.lang.ServiceManager,
com.sun.star.registry.RegistryKey
|
UDK 3.1.0 Java API Reference | ||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||