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