com.sun.star.comp.loader
Class JavaLoaderFactory
java.lang.Object
|
+--com.sun.star.comp.loader.JavaLoaderFactory
- All Implemented Interfaces:
- com.sun.star.uno.XInterface, com.sun.star.lang.XServiceInfo, com.sun.star.lang.XSingleServiceFactory
- public synchronized class JavaLoaderFactory
- extends java.lang.Object
- implements com.sun.star.lang.XServiceInfo, com.sun.star.lang.XSingleServiceFactory
Field Summary |
private static boolean |
DEBUG
|
protected com.sun.star.lang.XMultiServiceFactory |
multiServiceFactory
|
private static java.lang.String[] |
supportedServices
|
Fields inherited from interface com.sun.star.lang.XServiceInfo |
UIK, UNORUNTIMEDATA |
Fields inherited from interface com.sun.star.lang.XSingleServiceFactory |
UIK, UNORUNTIMEDATA, UNOTYPEINFO |
Constructor Summary |
JavaLoaderFactory(com.sun.star.lang.XMultiServiceFactory xmsf)
|
Method Summary |
private static void |
DEBUG(java.lang.String s)
|
java.lang.Object |
createInstance()
|
java.lang.Object |
createInstanceWithArguments(java.lang.Object[] o)
|
java.lang.String |
getImplementationName()
|
java.lang.String[] |
getSupportedServiceNames()
|
boolean |
supportsService(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
private static final boolean DEBUG
multiServiceFactory
protected com.sun.star.lang.XMultiServiceFactory multiServiceFactory
supportedServices
private static java.lang.String[] supportedServices
JavaLoaderFactory
public JavaLoaderFactory(com.sun.star.lang.XMultiServiceFactory xmsf)
DEBUG
private static final void DEBUG(java.lang.String s)
createInstance
public java.lang.Object createInstance()
throws com.sun.star.uno.Exception,
com.sun.star.uno.RuntimeException
- Specified by:
createInstance
in interface com.sun.star.lang.XSingleServiceFactory
createInstanceWithArguments
public java.lang.Object createInstanceWithArguments(java.lang.Object[] o)
throws com.sun.star.uno.Exception,
com.sun.star.uno.RuntimeException
- Specified by:
createInstanceWithArguments
in interface com.sun.star.lang.XSingleServiceFactory
getImplementationName
public java.lang.String getImplementationName()
throws com.sun.star.uno.RuntimeException
- Specified by:
getImplementationName
in interface com.sun.star.lang.XServiceInfo
getSupportedServiceNames
public java.lang.String[] getSupportedServiceNames()
throws com.sun.star.uno.RuntimeException
- Specified by:
getSupportedServiceNames
in interface com.sun.star.lang.XServiceInfo
supportsService
public boolean supportsService(java.lang.String s)
throws com.sun.star.uno.RuntimeException
- Specified by:
supportsService
in interface com.sun.star.lang.XServiceInfo