summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/jen.xml
blob: 29ceb09db1107af83e65cd4e02b5567ee35793e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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>