📄 index-19.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu May 30 13:46:48 EDT 2002 --><TITLE>J2ME RMI Optional Package Specification v1.0: U-Index</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>J2ME RMI Optional Package</EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-18.html"><B>PREV LETTER</B></A> <A HREF="index-20.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="index-19.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <HR><A NAME="_U_"><!-- --></A><H2><B>U</B></H2><DL><DT><A HREF="../java/rmi/server/UID.html"><B>UID</B></A> - class java.rmi.server.<A HREF="../java/rmi/server/UID.html">UID</A>.<DD>Abstraction for creating identifiers that are unique with respect to the the host on which it is generated.<DT><A HREF="../java/rmi/server/UID.html#UID()"><B>UID()</B></A> - Constructor for class java.rmi.server.<A HREF="../java/rmi/server/UID.html">UID</A><DD>Creates a pure identifier that is unique with respect to the host on which it is generated.<DT><A HREF="../java/rmi/server/UID.html#UID(short)"><B>UID(short)</B></A> - Constructor for class java.rmi.server.<A HREF="../java/rmi/server/UID.html">UID</A><DD>Creates a "well-known" ID.<DT><A HREF="../java/rmi/Naming.html#unbind(java.lang.String)"><B>unbind(String)</B></A> - Static method in class java.rmi.<A HREF="../java/rmi/Naming.html">Naming</A><DD>Destroys the binding for the specified name that is associated with a remote object.<DT><A HREF="../java/rmi/registry/Registry.html#unbind(java.lang.String)"><B>unbind(String)</B></A> - Method in interface java.rmi.registry.<A HREF="../java/rmi/registry/Registry.html">Registry</A><DD>Removes the binding for the specified <code>name</code> in this registry.<DT><A HREF="../java/rmi/UnexpectedException.html"><B>UnexpectedException</B></A> - exception java.rmi.<A HREF="../java/rmi/UnexpectedException.html">UnexpectedException</A>.<DD>An <code>UnexpectedException</code> is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the <code>throws</code> clause of the method in the remote interface.<DT><A HREF="../java/rmi/UnexpectedException.html#UnexpectedException(java.lang.String)"><B>UnexpectedException(String)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/UnexpectedException.html">UnexpectedException</A><DD>Constructs an <code>UnexpectedException</code> with the specified detail message.<DT><A HREF="../java/rmi/UnexpectedException.html#UnexpectedException(java.lang.String, java.lang.Exception)"><B>UnexpectedException(String, Exception)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/UnexpectedException.html">UnexpectedException</A><DD>Constructs a <code>UnexpectedException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/server/UnicastRemoteObject.html#unexportObject(java.rmi.Remote, boolean)"><B>unexportObject(Remote, boolean)</B></A> - Static method in class java.rmi.server.<A HREF="../java/rmi/server/UnicastRemoteObject.html">UnicastRemoteObject</A><DD>Remove the remote object, obj, from the RMI runtime.<DT><A HREF="../java/rmi/server/UnicastRemoteObject.html"><B>UnicastRemoteObject</B></A> - class java.rmi.server.<A HREF="../java/rmi/server/UnicastRemoteObject.html">UnicastRemoteObject</A>.<DD>The UnicastRemoteObject class defines a non-replicated remote object whose references are valid only while the server process is alive.<DT><A HREF="../java/rmi/server/UnicastRemoteObject.html#UnicastRemoteObject()"><B>UnicastRemoteObject()</B></A> - Constructor for class java.rmi.server.<A HREF="../java/rmi/server/UnicastRemoteObject.html">UnicastRemoteObject</A><DD>Create and export a new UnicastRemoteObject object using an anonymous port.<DT><A HREF="../java/rmi/server/UnicastRemoteObject.html#UnicastRemoteObject(int)"><B>UnicastRemoteObject(int)</B></A> - Constructor for class java.rmi.server.<A HREF="../java/rmi/server/UnicastRemoteObject.html">UnicastRemoteObject</A><DD>Create and export a new UnicastRemoteObject object using the particular supplied port.<DT><A HREF="../java/rmi/server/UnicastRemoteObject.html#UnicastRemoteObject(int, java.rmi.server.RMIClientSocketFactory, java.rmi.server.RMIServerSocketFactory)"><B>UnicastRemoteObject(int, RMIClientSocketFactory, RMIServerSocketFactory)</B></A> - Constructor for class java.rmi.server.<A HREF="../java/rmi/server/UnicastRemoteObject.html">UnicastRemoteObject</A><DD>Create and export a new UnicastRemoteObject object using the particular supplied port and socket factories.<DT><A HREF="../java/rmi/UnknownHostException.html"><B>UnknownHostException</B></A> - exception java.rmi.<A HREF="../java/rmi/UnknownHostException.html">UnknownHostException</A>.<DD>An <code>UnknownHostException</code> is thrown if a <code>java.net.UnknownHostException</code> occurs while creating a connection to the remote host for a remote method call.<DT><A HREF="../java/rmi/UnknownHostException.html#UnknownHostException(java.lang.String)"><B>UnknownHostException(String)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/UnknownHostException.html">UnknownHostException</A><DD>Constructs an <code>UnknownHostException</code> with the specified detail message.<DT><A HREF="../java/rmi/UnknownHostException.html#UnknownHostException(java.lang.String, java.lang.Exception)"><B>UnknownHostException(String, Exception)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/UnknownHostException.html">UnknownHostException</A><DD>Constructs an <code>UnknownHostException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/activation/UnknownObjectException.html"><B>UnknownObjectException</B></A> - exception java.rmi.activation.<A HREF="../java/rmi/activation/UnknownObjectException.html">UnknownObjectException</A>.<DD>An <code>UnknownObjectException</code> is thrown by methods of classes and interfaces in the <code>java.rmi.activation</code> package when the <code>ActivationID</code> parameter to the method is determined to be invalid.<DT><A HREF="../java/rmi/activation/UnknownObjectException.html#UnknownObjectException(java.lang.String)"><B>UnknownObjectException(String)</B></A> - Constructor for class java.rmi.activation.<A HREF="../java/rmi/activation/UnknownObjectException.html">UnknownObjectException</A><DD>Constructs an <code>UnknownObjectException</code> with the specified detail message.<DT><A HREF="../java/rmi/UnmarshalException.html"><B>UnmarshalException</B></A> - exception java.rmi.<A HREF="../java/rmi/UnmarshalException.html">UnmarshalException</A>.<DD>An <code>UnmarshalException</code> can be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if a <code>java.io.IOException</code> occurs unmarshalling parameters (on the server side) or the return value (on the client side).<DT><A HREF="../java/rmi/UnmarshalException.html#UnmarshalException(java.lang.String)"><B>UnmarshalException(String)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/UnmarshalException.html">UnmarshalException</A><DD>Constructs an <code>UnmarshalException</code> with the specified detail message.<DT><A HREF="../java/rmi/UnmarshalException.html#UnmarshalException(java.lang.String, java.lang.Exception)"><B>UnmarshalException(String, Exception)</B></A> - Constructor for class java.rmi.<A HREF="../java/rmi/UnmarshalException.html">UnmarshalException</A><DD>Constructs an <code>UnmarshalException</code> with the specified detail message and nested exception.<DT><A HREF="../java/rmi/server/Unreferenced.html"><B>Unreferenced</B></A> - interface java.rmi.server.<A HREF="../java/rmi/server/Unreferenced.html">Unreferenced</A>.<DD>A remote object implementation should implement the <code>Unreferenced</code> interface to receive notification when there are no more clients that reference that remote object.<DT><A HREF="../java/rmi/server/Unreferenced.html#unreferenced()"><B>unreferenced()</B></A> - Method in interface java.rmi.server.<A HREF="../java/rmi/server/Unreferenced.html">Unreferenced</A><DD>Called by the RMI runtime sometime after the runtime determines that the reference list, the list of clients referencing the remote object, becomes empty.</DL><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>J2ME RMI Optional Package</EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index-18.html"><B>PREV LETTER</B></A> <A HREF="index-20.html"><B>NEXT LETTER</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="index-19.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <HR><font size="-1">Copyright 1994-2002 Sun Microsystems, Inc. All Rights Reserved.</font> </BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -