summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/jen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/javavm/jen.xml')
-rw-r--r--stoc/source/javavm/jen.xml70
1 files changed, 70 insertions, 0 deletions
diff --git a/stoc/source/javavm/jen.xml b/stoc/source/javavm/jen.xml
new file mode 100644
index 000000000000..29ceb09db110
--- /dev/null
+++ b/stoc/source/javavm/jen.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name> javavm.uno </module-name>
+ <component-description>
+ <author> Kay Ramme </author>
+ <name> com.sun.star.comp.stoc.JavaVirtualMachine </name>
+ <description>
+The Java VM service manages the creation of java vms.
+It takes a look at the UNO runtime and tries to find a java environment.
+If an java environment already exists, no new vm is created, instead
+the existing vm given back.
+</description>
+ <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
+ <language> c++ </language>
+ <status value="final"/>
+ <supported-service> com.sun.star.java.JavaVirtualMachine </supported-service>
+ <service-dependency> ... </service-dependency>
+ <type>com.sun.star.beans.NamedValue</type>
+ <type>com.sun.star.java.XJavaThreadRegister_11</type>
+ <type>com.sun.star.uri/ExternalUriReferenceTranslator</type>
+ <type>com.sun.star.util.XMacroExpander</type>
+ <type> com.sun.star.java.XJavaVM </type>
+ <type> com.sun.star.java.XJavaVM </type>
+ <type> com.sun.star.container.XNameAccess </type>
+ <type> com.sun.star.container.XContainer </type>
+ <type> com.sun.star.container.XContainerListener </type>
+ <type> com.sun.star.lang.XTypeProvider </type>
+ <type> com.sun.star.lang.XServiceInfo </type>
+ <type> com.sun.star.lang.XSingleServiceFactory </type>
+ <type> com.sun.star.lang.XMultiServiceFactory </type>
+ <type> com.sun.star.lang.XComponent </type>
+ <type> com.sun.star.lang.WrappedTargetRuntimeException </type>
+ <type> com.sun.star.lang.DisposedException </type>
+ <type> com.sun.star.lang.IllegalArgumentException </type>
+ <type> com.sun.star.lang.XInitialization </type>
+ <type> com.sun.star.registry.XSimpleRegistry </type>
+ <type> com.sun.star.lang.XSingleComponentFactory </type>
+ <type> com.sun.star.uno.XComponentContext </type>
+ <type> com.sun.star.uno.XAggregation </type>
+ <type> com.sun.star.uno.XWeak </type>
+ <type> com.sun.star.uno.TypeClass </type>
+ <type> com.sun.star.uno.XCurrentContext </type>
+ <type> com.sun.star.beans.PropertyValue </type>
+ <type> com.sun.star.task.XInteractionHandler </type>
+ <type> com.sun.star.task.XInteractionRequest </type>
+ <type> com.sun.star.task.XInteractionContinuation </type>
+ <type> com.sun.star.task.XInteractionAbort </type>
+ <type> com.sun.star.task.XInteractionRetry </type>
+ <type> com.sun.star.java.JavaInitializationException </type>
+ <type> com.sun.star.java.JavaDisabledException </type>
+ <type> com.sun.star.java.JavaNotFoundException </type>
+ <type> com.sun.star.java.InvalidJavaSettingsException </type>
+ <type> com.sun.star.java.RestartRequiredException </type>
+ <type> com.sun.star.java.JavaVMCreationFailureException </type>
+ <type> com.sun.star.container.XNameAccess </type>
+ </component-description>
+ <project-build-dependency> cppuhelper </project-build-dependency>
+ <project-build-dependency> cppu </project-build-dependency>
+ <project-build-dependency> tools </project-build-dependency>
+ <project-build-dependency> sal </project-build-dependency>
+ <project-build-dependency> jvmaccess </project-build-dependency>
+ <project-build-dependency> salhelper </project-build-dependency>
+ <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency>
+ <runtime-module-dependency> cppu3 </runtime-module-dependency>
+ <runtime-module-dependency> tl(COM) </runtime-module-dependency>
+ <runtime-module-dependency> sal3 </runtime-module-dependency>
+ <runtime-module-dependency> jvmaccess3$(COM) </runtime-module-dependency>
+ <runtime-module-dependency> salhelper3$(COM) </runtime-module-dependency>
+</module-description>