com.sun.star.comp.servicemanager
Class ServiceManagerFactory
java.lang.Object
|
+--com.sun.star.comp.servicemanager.ServiceManagerFactory
- All Implemented Interfaces:
- com.sun.star.uno.XInterface, com.sun.star.lang.XServiceInfo, com.sun.star.lang.XSingleServiceFactory
- synchronized class ServiceManagerFactory
- extends java.lang.Object
- implements com.sun.star.lang.XServiceInfo, com.sun.star.lang.XSingleServiceFactory
Field Summary |
(package private) static java.lang.Class |
class$com$sun$star$comp$servicemanager$ServiceManager
|
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 |
ServiceManagerFactory()
|
Method Summary |
(package private) static java.lang.Class |
class$(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 |
class$com$sun$star$comp$servicemanager$ServiceManager
static java.lang.Class class$com$sun$star$comp$servicemanager$ServiceManager
ServiceManagerFactory
public ServiceManagerFactory()
class$
static java.lang.Class class$(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