public class JavaLoaderFactory extends 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 |
|---|---|
Object |
createInstance() |
Object |
createInstanceWithArguments(Object[] args) |
String |
getImplementationName()
Implements the XServiceInfo interface.
|
String[] |
getSupportedServiceNames()
Implements the XServiceInfo interface.
|
boolean |
supportsService(String serviceName)
Implements the XServiceInfo interface.
|
protected com.sun.star.lang.XMultiServiceFactory multiServiceFactory
public JavaLoaderFactory(com.sun.star.lang.XMultiServiceFactory factory)
public 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 Object createInstanceWithArguments(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 String getImplementationName() throws com.sun.star.uno.RuntimeException
getImplementationName in interface com.sun.star.lang.XServiceInfocom.sun.star.uno.RuntimeExceptionpublic boolean supportsService(String serviceName) throws com.sun.star.uno.RuntimeException
supportsService in interface com.sun.star.lang.XServiceInfocom.sun.star.uno.RuntimeExceptionpublic String[] getSupportedServiceNames() throws com.sun.star.uno.RuntimeException
getSupportedServiceNames in interface com.sun.star.lang.XServiceInfocom.sun.star.uno.RuntimeException