public class JavaLoaderFactory
extends java.lang.Object
implements com.sun.star.lang.XSingleServiceFactory, com.sun.star.lang.XServiceInfo
| Modifier and Type | Field and Description |
|---|---|
protected com.sun.star.lang.XMultiServiceFactory |
multiServiceFactory |
| Constructor and Description |
|---|
JavaLoaderFactory(com.sun.star.lang.XMultiServiceFactory factory) |
| 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.
|
protected com.sun.star.lang.XMultiServiceFactory multiServiceFactory
public JavaLoaderFactory(com.sun.star.lang.XMultiServiceFactory factory)
public java.lang.Object createInstance()
throws com.sun.star.uno.Exception,
com.sun.star.uno.RuntimeException
createInstance in interface com.sun.star.lang.XSingleServiceFactorycom.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
createInstanceWithArguments in interface com.sun.star.lang.XSingleServiceFactorycom.sun.star.uno.Exceptioncom.sun.star.uno.RuntimeExceptionpublic java.lang.String getImplementationName()
throws com.sun.star.uno.RuntimeException
getImplementationName in interface com.sun.star.lang.XServiceInfocom.sun.star.uno.RuntimeExceptionpublic boolean supportsService(java.lang.String serviceName)
throws com.sun.star.uno.RuntimeException
supportsService in interface com.sun.star.lang.XServiceInfocom.sun.star.uno.RuntimeExceptionpublic java.lang.String[] getSupportedServiceNames()
throws com.sun.star.uno.RuntimeException
getSupportedServiceNames in interface com.sun.star.lang.XServiceInfocom.sun.star.uno.RuntimeException