office-gobmx/stoc/source/javavm/jen.xml
Oliver Bolte 321f43fe45 INTEGRATION: CWS jl6 (1.11.60); FILE MERGED
2004/05/07 15:03:25 jl 1.11.60.4: #i20052#
2004/04/30 08:34:42 jl 1.11.60.3: #i20052#
2004/02/19 09:47:18 jl 1.11.60.2: #1150008#
2004/02/02 15:25:56 jl 1.11.60.1: #115008# JVM service writes, and uses configuration data for the items which were formally in java.ini. Fixed use of environment variable OO_JAVA_PROPERTIES to initialize JVM service.
2004-06-01 08:04:06 +00:00

66 lines
4 KiB
XML

<?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.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>