public class JavaLoaderFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected XMultiServiceFactory |
multiServiceFactory |
| Constructor and Description |
|---|
JavaLoaderFactory(XMultiServiceFactory factory)
default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createInstance() |
java.lang.Object |
createInstanceWithArguments(java.lang.Object[] args) |
java.lang.String |
getImplementationName()
implements the XServiceInfo interface
|
java.lang.String[] |
getSupportedServiceNames()
implements the XServiceInfo interface
|
boolean |
supportsService(java.lang.String serviceName)
implements the XServiceInfo interface
|
public JavaLoaderFactory(XMultiServiceFactory factory)
public java.lang.Object createInstance()
throws com.sun.star.uno.Exception,
com.sun.star.uno.RuntimeException
com.sun.star.uno.Exceptioncom.sun.star.uno.RuntimeExceptionpublic java.lang.Object createInstanceWithArguments(java.lang.Object[] args)
throws com.sun.star.uno.Exception,
com.sun.star.uno.RuntimeException
com.sun.star.uno.Exceptioncom.sun.star.uno.RuntimeExceptionpublic java.lang.String getImplementationName()
throws com.sun.star.uno.RuntimeException
com.sun.star.uno.RuntimeExceptionpublic boolean supportsService(java.lang.String serviceName)
throws com.sun.star.uno.RuntimeException
com.sun.star.uno.RuntimeExceptionpublic java.lang.String[] getSupportedServiceNames()
throws com.sun.star.uno.RuntimeException
com.sun.star.uno.RuntimeException