Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 10122

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Fri Feb 11 21:21:58 UTC 2011 -->
<TITLE>
UnoRuntime (Java UNO Runtime Reference)
</TITLE>

<META NAME="date" CONTENT="2011-02-11">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="UnoRuntime (Java UNO Runtime Reference)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/UnoRuntime.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
UDK 3.2.7 Java API Reference</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/sun/star/uno/Union.html" title="class in com.sun.star.uno"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/sun/star/uno/WeakReference.html" title="class in com.sun.star.uno"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/sun/star/uno/UnoRuntime.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="UnoRuntime.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.sun.star.uno</FONT>
<BR>
Class UnoRuntime</H2>
<PRE>
<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.sun.star.uno.UnoRuntime</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>UnoRuntime</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
</PRE>

<P>
The central class needed for implementing or using UNO components in Java.

 <p>The methods <code>queryInterface</code> and <code>areSame</code> delegate
 calls to the implementing objects and are used instead of casts,
 <code>instanceof</code>, <code>==</code>, and <code>equals</code>.<p>

 <p>For historic reasons, this class is not <code>final</code>, and has a
 <code>public</code> constructor.  These artifacts are considered mistakes,
 which might be corrected in a future version of this class, so client code
 should not rely on them.</p>
<P>

<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno"><CODE>IBridge</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno"><CODE>IEnvironment</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/IQueryInterface.html" title="interface in com.sun.star.uno"><CODE>IQueryInterface</CODE></A></DL>
<HR>

<P>
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#DEBUG">DEBUG</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, do not use this internal field.</I></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#UnoRuntime()">UnoRuntime</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, do not create instances of this class.
 It is considered a historic mistake to have a <code>public</code>
 constructor for this class, which only has <code>static</code> members.
 Also, this class might be changed to become <code>final</code> in a
 future version.</I></TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#areSame(java.lang.Object, java.lang.Object)">areSame</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;any1,
        <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;any2)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tests two UNO <code>ANY</code> values for equality.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#completeValue(com.sun.star.uno.Type, java.lang.Object)">completeValue</A></B>(<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>&nbsp;type,
              <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Complete a UNO value (make sure it is no invalid <code>null</code>
       value).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#generateOid(java.lang.Object)">generateOid</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates a world wide unique object identifier (OID) for the given
 Java object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno">IBridge</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getBridge(com.sun.star.uno.IEnvironment, com.sun.star.uno.IEnvironment, java.lang.Object[])">getBridge</A></B>(<A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A>&nbsp;from,
          <A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A>&nbsp;to,
          <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[]&nbsp;args)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno">IBridge</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getBridgeByName(java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object[])">getBridgeByName</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;from,
                <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;fromContext,
                <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;to,
                <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;toContext,
                <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[]&nbsp;args)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno">IBridge</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getBridges()">getBridges</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../../../common/ref/com/sun/star/uno/XCurrentContext.html?is-external=true" title="class or interface in com.sun.star.uno">XCurrentContext</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getCurrentContext()">getCurrentContext</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the current context of the current thread, or <code>null</code> if
 no context has been set for the current thread.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getEnvironment(java.lang.String, java.lang.Object)">getEnvironment</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;context)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/IMapping.html" title="interface in com.sun.star.uno">IMapping</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getMapping(com.sun.star.uno.IEnvironment, com.sun.star.uno.IEnvironment)">getMapping</A></B>(<A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A>&nbsp;from,
           <A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A>&nbsp;to)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/IMapping.html" title="interface in com.sun.star.uno">IMapping</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getMappingByName(java.lang.String, java.lang.String)">getMappingByName</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;from,
                 <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;to)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getUniqueKey()">getUniqueKey</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates a world wide unique identifier string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T&gt; T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#queryInterface(java.lang.Class, java.lang.Object)">queryInterface</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;T&gt;&nbsp;zInterface,
               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Queries the given UNO object for the given Java class (which must
 represent a UNO interface type).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#queryInterface(com.sun.star.uno.Type, java.lang.Object)">queryInterface</A></B>(<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>&nbsp;type,
               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Queries the given UNO object for the given UNO interface type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#reset()">reset</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#setCurrentContext(com.sun.star.uno.XCurrentContext)">setCurrentContext</A></B>(<A HREF="../../../../../../common/ref/com/sun/star/uno/XCurrentContext.html?is-external=true" title="class or interface in com.sun.star.uno">XCurrentContext</A>&nbsp;context)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the current context for the current thread.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="DEBUG"><!-- --></A><H3>
DEBUG</H3>
<PRE>
public static final boolean <B>DEBUG</B></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, do not use this internal field.</I><DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#com.sun.star.uno.UnoRuntime.DEBUG">Constant Field Values</A></DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="UnoRuntime()"><!-- --></A><H3>
UnoRuntime</H3>
<PRE>
public <B>UnoRuntime</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, do not create instances of this class.
 It is considered a historic mistake to have a <code>public</code>
 constructor for this class, which only has <code>static</code> members.
 Also, this class might be changed to become <code>final</code> in a
 future version.</I>
<P>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="getUniqueKey()"><!-- --></A><H3>
getUniqueKey</H3>
<PRE>
public static <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getUniqueKey</B>()</PRE>
<DL>
<DD>Generates a world wide unique identifier string.

 <p>It is guaranteed that every invocation of this method generates a new
 ID, which is unique within the VM.  The quality of &ldquo;world wide
 unique&rdquo; will depend on the actual implementation, you should look
 at the source to determine if it meets your requirements.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>a unique <code>String</code></DL>
</DD>
</DL>
<HR>

<A NAME="generateOid(java.lang.Object)"><!-- --></A><H3>
generateOid</H3>
<PRE>
public static <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>generateOid</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</PRE>
<DL>
<DD>Generates a world wide unique object identifier (OID) for the given
 Java object.

 <p>It is guaranteed that subsequent calls to this method with the same
 Java object will give the same ID.</p>

 <p>This method is generally of little use for client code.  It should be
 considered a mistake that this method is published at all.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>object</CODE> - any object for which a OID shall be generated; must not be
 <code>null</code>
<DT><B>Returns:</B><DD>the generated OID<DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/IQueryInterface.html#getOid()"><CODE>IQueryInterface.getOid()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="queryInterface(com.sun.star.uno.Type, java.lang.Object)"><!-- --></A><H3>
queryInterface</H3>
<PRE>
public static <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>queryInterface</B>(<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>&nbsp;type,
                                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</PRE>
<DL>
<DD>Queries the given UNO object for the given UNO interface type.

 <p>This method returns <code>null</code> in case the given UNO object
 does not support the given UNO interface type (or is itself
 <code>null</code>).  Otherwise, a reference to a Java object implementing
 the Java interface type corresponding to the given UNO interface is
 returned.  In the latter case, it is unspecified whether the returned
 Java object is the same as the given object, or is another facet of that
 UNO object.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - the requested UNO interface type; must be a <code>Type</code>
 object representing a UNO interface type<DD><CODE>object</CODE> - a reference to any Java object representing (a facet of) a
 UNO object; may be <code>null</code>
<DT><B>Returns:</B><DD>a reference to the requested UNO interface type if available,
 otherwise <code>null</code><DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/IQueryInterface.html#queryInterface(com.sun.star.uno.Type)"><CODE>IQueryInterface.queryInterface(com.sun.star.uno.Type)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="queryInterface(java.lang.Class, java.lang.Object)"><!-- --></A><H3>
queryInterface</H3>
<PRE>
public static &lt;T&gt; T <B>queryInterface</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;T&gt;&nbsp;zInterface,
                                   <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;object)</PRE>
<DL>
<DD>Queries the given UNO object for the given Java class (which must
 represent a UNO interface type).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ifc</CODE> - a Java class representing a UNO interface type<DD><CODE>object</CODE> - a reference to any Java object representing (a facet of) a
 UNO object; may be <code>null</code>
<DT><B>Returns:</B><DD>a reference to the requested UNO interface type if available,
 otherwise <code>null</code><DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#queryInterface(com.sun.star.uno.Type, java.lang.Object)"><CODE>queryInterface(Type, Object)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="areSame(java.lang.Object, java.lang.Object)"><!-- --></A><H3>
areSame</H3>
<PRE>
public static boolean <B>areSame</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;any1,
                              <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;any2)</PRE>
<DL>
<DD>Tests two UNO <code>ANY</code> values for equality.

       <p>Two UNO values are <dfn>equal</dfn> if and only if they are of the
       same UNO type&nbsp;<var>t</var>, and they meet the following condition,
       depending on&nbsp;<var>t</var>:</p>
       <ul>
         <li>If <var>t</var> is a primitive type, then both values must denote
         the same element of the set of values of&nbsp;<var>t</var>.</li>

         <li>If <var>t</var> is a structured type, then both values must
         recursively contain corresponding values that are equal.</li>

         <li>If <var>t</var> is an interface type, then the two values must be
         either both null references, or both references to the same UNO
         object.</li>
       </ul>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>any1</CODE> - a Java value representing a UNO <code>ANY</code> value.<DD><CODE>any2</CODE> - a Java value representing a UNO <code>ANY</code> value.
<DT><B>Returns:</B><DD><code>true</code> if and only if the two arguments represent
       equal UNO values.</DL>
</DD>
</DL>
<HR>

<A NAME="completeValue(com.sun.star.uno.Type, java.lang.Object)"><!-- --></A><H3>
completeValue</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>completeValue</B>(<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>&nbsp;type,
                                         <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)</PRE>
<DL>
<DD>Complete a UNO value (make sure it is no invalid <code>null</code>
       value).

       <p>This is useful for members of parameterized type of instantiated
       polymorphic struct types, as <code>null</code> is a valid value there
       (and only there, for all types except <code>ANY</code> and interface
       types).</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - a non-void, non-exception UNO type.<DD><CODE>value</CODE> - a Java value representing a UNO value of the given UNO type,
       or <code>null</code>.
<DT><B>Returns:</B><DD>the given value, or the neutral value of the given type, if the
       given value was an invalid <code>null</code> value.<DT><B>Since:</B></DT>
  <DD>UDK 3.2.3</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="getCurrentContext()"><!-- --></A><H3>
getCurrentContext</H3>
<PRE>
public static <A HREF="../../../../../../common/ref/com/sun/star/uno/XCurrentContext.html?is-external=true" title="class or interface in com.sun.star.uno">XCurrentContext</A> <B>getCurrentContext</B>()</PRE>
<DL>
<DD>Gets the current context of the current thread, or <code>null</code> if
 no context has been set for the current thread.

 <p>The current context is thread local, which means that this method
 returns the context that was last set for this thread.</p>
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the current context of the current thread, or <code>null</code>
 if no context has been set for the current thread</DL>
</DD>
</DL>
<HR>

<A NAME="setCurrentContext(com.sun.star.uno.XCurrentContext)"><!-- --></A><H3>
setCurrentContext</H3>
<PRE>
public static void <B>setCurrentContext</B>(<A HREF="../../../../../../common/ref/com/sun/star/uno/XCurrentContext.html?is-external=true" title="class or interface in com.sun.star.uno">XCurrentContext</A>&nbsp;context)</PRE>
<DL>
<DD>Sets the current context for the current thread.

 <p>The current context is thread local.  To support a stacking behaviour,
 every function that sets the current context should reset it to the
 original value when exiting (for example, within a <code>finally</code>
 block).</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>context</CODE> - the context to be set; if <code>null</code>, any
 previously set context will be removed</DL>
</DD>
</DL>
<HR>

<A NAME="getEnvironment(java.lang.String, java.lang.Object)"><!-- --></A><H3>
getEnvironment</H3>
<PRE>
public static <A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A> <B>getEnvironment</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
                                          <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;context)
                                   throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I>
<P>
<DD>Retrieves an environment of type <code>name</code> with context
 <code>context</code>.

 <p>Environments are held weakly by this class.  If the requested
 environment already exists, this methods simply returns it.  Otherwise,
 this method looks for it under
 <code>com.sun.star.lib.uno.environments.<var>name</var>.<!--
 --><var>name</var>_environment</code>.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the environment<DD><CODE>context</CODE> - the context of the environment
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno"><CODE>IEnvironment</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="getBridge(com.sun.star.uno.IEnvironment, com.sun.star.uno.IEnvironment, java.lang.Object[])"><!-- --></A><H3>
getBridge</H3>
<PRE>
public static <A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno">IBridge</A> <B>getBridge</B>(<A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A>&nbsp;from,
                                <A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A>&nbsp;to,
                                <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[]&nbsp;args)
                         throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I>
<P>
<DD>Gets a bridge from environment <code>from</code> to environment
 <code>to</code>.

 <p>Creates a new bridge, if the requested bridge does not yet exist, and
 hands the arguments to the bridge.</p>

 <p>If the requested bridge does not exist, it is searched for in package
 <code>com.sun.star.lib.uno.bridges.<var>from</var>_<var>to</var>;</code>
 and the root classpath as
 <code><var>from</var>_<var>to</var>_bridge</code>.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>from</CODE> - the source environment<DD><CODE>to</CODE> - the target environment<DD><CODE>args</CODE> - the initial arguments for the bridge
<DT><B>Returns:</B><DD>the requested bridge
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getBridgeByName(java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object[])"><CODE>getBridgeByName(java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object[])</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno"><CODE>IBridge</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno"><CODE>IEnvironment</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="getBridgeByName(java.lang.String, java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object[])"><!-- --></A><H3>
getBridgeByName</H3>
<PRE>
public static <A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno">IBridge</A> <B>getBridgeByName</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;from,
                                      <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;fromContext,
                                      <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;to,
                                      <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;toContext,
                                      <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>[]&nbsp;args)
                               throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I>
<P>
<DD>Gets a bridge from environment <code>from</code> to environment
 <code>to</code>.

 <p>Creates a new bridge, if the requested bridge does not yet exist, and
 hands the arguments to the bridge.</p>

 <p>If the requested bridge does not exist, it is searched for in package
 <code>com.sun.star.lib.uno.bridges.<var>from</var>_<var>to</var>;</code>
 and the root classpath as
 <code><var>from</var>_<var>to</var>_bridge</code>.  The used environments
 are retrieved through <code>getEnvironment</code>.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>from</CODE> - the name of the source environment<DD><CODE>fromContext</CODE> - the context for the source environment<DD><CODE>to</CODE> - the name of the target environment<DD><CODE>toContext</CODE> - the context for the target environment<DD><CODE>args</CODE> - the initial arguments for the bridge
<DT><B>Returns:</B><DD>the requested bridge
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getBridge(com.sun.star.uno.IEnvironment, com.sun.star.uno.IEnvironment, java.lang.Object[])"><CODE>getBridge(com.sun.star.uno.IEnvironment, com.sun.star.uno.IEnvironment, java.lang.Object[])</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getEnvironment(java.lang.String, java.lang.Object)"><CODE>getEnvironment(java.lang.String, java.lang.Object)</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno"><CODE>IBridge</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno"><CODE>IEnvironment</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="getBridges()"><!-- --></A><H3>
getBridges</H3>
<PRE>
public static <A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno">IBridge</A>[] <B>getBridges</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I>
<P>
<DD>Returns an array of all active bridges.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>an array of <code>IBridge</code> objects<DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/IBridge.html" title="interface in com.sun.star.uno"><CODE>IBridge</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="getMapping(com.sun.star.uno.IEnvironment, com.sun.star.uno.IEnvironment)"><!-- --></A><H3>
getMapping</H3>
<PRE>
public static <A HREF="../../../../com/sun/star/uno/IMapping.html" title="interface in com.sun.star.uno">IMapping</A> <B>getMapping</B>(<A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A>&nbsp;from,
                                  <A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno">IEnvironment</A>&nbsp;to)
                           throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I>
<P>
<DD>Gets a mapping from environment <code>from</code> to environment
 <code>to</code>.

 <p>Mappings are like bridges, except that with mappings one can only map
 in one direction.  Mappings are here for compatibility with the binary
 UNO API.  Mappings are implemented as wrappers around bridges.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>from</CODE> - the source environment<DD><CODE>to</CODE> - the target environment
<DT><B>Returns:</B><DD>the requested mapping
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/IEnvironment.html" title="interface in com.sun.star.uno"><CODE>IEnvironment</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/IMapping.html" title="interface in com.sun.star.uno"><CODE>IMapping</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="getMappingByName(java.lang.String, java.lang.String)"><!-- --></A><H3>
getMappingByName</H3>
<PRE>
public static <A HREF="../../../../com/sun/star/uno/IMapping.html" title="interface in com.sun.star.uno">IMapping</A> <B>getMappingByName</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;from,
                                        <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;to)
                                 throws <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I>
<P>
<DD>Gets a mapping from environment <code>from</code> to environment
 <code>to</code>.

 <p>The used environments are retrieved through
 <code>getEnvironment</code>.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>from</CODE> - the name of the source environment<DD><CODE>to</CODE> - the name of the target environment
<DT><B>Returns:</B><DD>the requested mapping
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getEnvironment(java.lang.String, java.lang.Object)"><CODE>getEnvironment(java.lang.String, java.lang.Object)</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/UnoRuntime.html#getMapping(com.sun.star.uno.IEnvironment, com.sun.star.uno.IEnvironment)"><CODE>getMapping(com.sun.star.uno.IEnvironment, com.sun.star.uno.IEnvironment)</CODE></A>, 
<A HREF="../../../../com/sun/star/uno/IMapping.html" title="interface in com.sun.star.uno"><CODE>IMapping</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="reset()"><!-- --></A><H3>
reset</H3>
<PRE>
public static boolean <B>reset</B>()</PRE>
<DL>
<DD><B>Deprecated.</B>&nbsp;<I>As of UDK&nbsp;3.2.0, this method is deprecated, without
 offering a replacement.</I>
<P>
<DD>Resets this <code>UnoRuntime</code> to its initial state.

 <p>Releases all references to bridges and environments.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/UnoRuntime.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
UDK 3.2.7 Java API Reference</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/sun/star/uno/Union.html" title="class in com.sun.star.uno"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/sun/star/uno/WeakReference.html" title="class in com.sun.star.uno"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/sun/star/uno/UnoRuntime.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="UnoRuntime.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>