xref: /trunk/main/stoc/source/javavm/jen.xml (revision ef1ef8e674fabf3a541d12c6e6c14cecdfc2f9e7)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4    <module-name>   javavm.uno  </module-name>
5    <component-description>
6        <author> Kay Ramme </author>
7        <name>  com.sun.star.comp.stoc.JavaVirtualMachine   </name>
8        <description>
9The Java VM service manages the creation of java vms.
10It takes a look at the UNO runtime and tries to find a java environment.
11If an java environment already exists, no new vm is created, instead
12the existing vm given back.
13</description>
14        <loader-name>   com.sun.star.loader.SharedLibrary   </loader-name>
15        <language>  c++ </language>
16        <status value="final"/>
17        <supported-service> com.sun.star.java.JavaVirtualMachine    </supported-service>
18        <service-dependency> ... </service-dependency>
19        <type>com.sun.star.beans.NamedValue</type>
20        <type>com.sun.star.java.XJavaThreadRegister_11</type>
21        <type>com.sun.star.uri/ExternalUriReferenceTranslator</type>
22        <type>com.sun.star.util.XMacroExpander</type>
23        <type>  com.sun.star.java.XJavaVM                       </type>
24        <type>  com.sun.star.java.XJavaVM                       </type>
25        <type>  com.sun.star.container.XNameAccess              </type>
26    <type>  com.sun.star.container.XContainer  </type>
27    <type>  com.sun.star.container.XContainerListener  </type>
28        <type>  com.sun.star.lang.XTypeProvider                 </type>
29        <type>  com.sun.star.lang.XServiceInfo                  </type>
30        <type>  com.sun.star.lang.XSingleServiceFactory         </type>
31        <type>  com.sun.star.lang.XMultiServiceFactory          </type>
32    <type>  com.sun.star.lang.XComponent  </type>
33    <type>  com.sun.star.lang.WrappedTargetRuntimeException  </type>
34    <type>  com.sun.star.lang.DisposedException  </type>
35    <type>  com.sun.star.lang.IllegalArgumentException  </type>
36    <type>  com.sun.star.lang.XInitialization  </type>
37        <type>  com.sun.star.registry.XSimpleRegistry           </type>
38        <type>  com.sun.star.lang.XSingleComponentFactory                   </type>
39        <type>  com.sun.star.uno.XComponentContext                  </type>
40        <type>  com.sun.star.uno.XAggregation                   </type>
41        <type>  com.sun.star.uno.XWeak                          </type>
42        <type>  com.sun.star.uno.TypeClass                      </type>
43        <type>  com.sun.star.uno.XCurrentContext </type>
44    <type>  com.sun.star.beans.PropertyValue  </type>
45    <type>  com.sun.star.task.XInteractionHandler  </type>
46    <type>  com.sun.star.task.XInteractionRequest  </type>
47    <type>  com.sun.star.task.XInteractionContinuation  </type>
48    <type>  com.sun.star.task.XInteractionAbort  </type>
49    <type>  com.sun.star.task.XInteractionRetry  </type>
50    <type>  com.sun.star.java.JavaInitializationException  </type>
51    <type>  com.sun.star.java.JavaDisabledException  </type>
52    <type>  com.sun.star.java.JavaNotFoundException </type>
53    <type>  com.sun.star.java.InvalidJavaSettingsException </type>
54    <type>  com.sun.star.java.RestartRequiredException </type>
55    <type>  com.sun.star.java.JavaVMCreationFailureException  </type>
56    <type>  com.sun.star.container.XNameAccess </type>
57    </component-description>
58    <project-build-dependency>  cppuhelper  </project-build-dependency>
59    <project-build-dependency>  cppu        </project-build-dependency>
60    <project-build-dependency>  tools       </project-build-dependency>
61    <project-build-dependency>  sal         </project-build-dependency>
62    <project-build-dependency>  jvmaccess   </project-build-dependency>
63    <project-build-dependency>  salhelper   </project-build-dependency>
64    <runtime-module-dependency> cppuhelper3$(COM)   </runtime-module-dependency>
65    <runtime-module-dependency> cppu3       </runtime-module-dependency>
66    <runtime-module-dependency> tl(COM)     </runtime-module-dependency>
67    <runtime-module-dependency> sal3        </runtime-module-dependency>
68    <runtime-module-dependency> jvmaccess3$(COM) </runtime-module-dependency>
69    <runtime-module-dependency> salhelper3$(COM) </runtime-module-dependency>
70</module-description>
71